#FCDC90

Color #FCDC90 Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FCDC90

Tints of Vis Vis #FCDC90

Color information

#FCDC90 (or 0xFCDC90) is unknown color: approx Vis Vis. HEX triplet: FC, DC and 90. RGB value is (252,220,144). Sum of RGB (Red+Green+Blue) = 252+220+144=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC90 is #03236F. Grayscale: #DDDDDD. Windows color (decimal): -205680 or 9493756. OLE color: 9493756.

HSL color Cylindrical-coordinate representation of color #FCDC90: hue angle of 42.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCDC90 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252220144-
CMYK00.130.430.01
HSL42.22º94.74%77.65%-
HSV(B)42.22º42.86%98.82%-
XYZ70.7773.936.92-
YUV220.984.6150.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=40.91%
G=35.71%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222014400.130.430.0142.2294.7477.65
HexFCDC900D2B12a5f4e
Octal37433422001553152137116
Binary11111100110111001001000001101101011110101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC90; }

 p { color: rgb(252,220,144); }

 H1.HeaderClassName
 {
   color: #FCDC90;
 }
 .AnyTagClassName
 {
   color: #FCDC90;
 }
</style>
background-color css

<style>
 a { background-color: #FCDC90; }

 a { background-color: rgb(252,220,144); }

 div.DivClassName
 {
   background-color: #FCDC90;
 }
 .BgClassName
 {
   background-color: #FCDC90;
 }
</style>
border-color css

<style>
 span { border-color: #FCDC90; }

 span { border-color: rgb(252,220,144); }

 td.TdClassName
 {
   border-color: #FCDC90;
 }
 .TagClassName
 {
   border-color: #FCDC90;
 }
</style>