#FCDE90

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

Shades of Vis Vis #FCDE90

Tints of Vis Vis #FCDE90

Color information

#FCDE90 (or 0xFCDE90) is unknown color: approx Vis Vis. HEX triplet: FC, DE and 90. RGB value is (252,222,144). Sum of RGB (Red+Green+Blue) = 252+222+144=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE90 is #03216F. Grayscale: #DEDEDE. Windows color (decimal): -205168 or 9494268. OLE color: 9494268.

HSL color Cylindrical-coordinate representation of color #FCDE90: hue angle of 43.33º 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 #FCDE90 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252222144-
CMYK00.120.430.01
HSL43.33º94.74%77.65%-
HSV(B)43.33º42.86%98.82%-
XYZ71.374.9537.09-
YUV222.0883.94149.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=40.78%
G=35.92%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222214400.120.430.0143.3394.7477.65
HexFCDE900C2B12b5f4e
Octal37433622001453153137116
Binary11111100110111101001000001100101011110101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE90; }

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

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

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

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

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

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

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

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