#FCFEEC

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

Shades of Ivory #FCFEEC

Tints of Ivory #FCFEEC

Color information

#FCFEEC (or 0xFCFEEC) is unknown color: approx Ivory. HEX triplet: FC, FE and EC. RGB value is (252,254,236). Sum of RGB (Red+Green+Blue) = 252+254+236=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 236 (92.58% from 255 or 31.81% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEC is #030113. Grayscale: #FBFBFB. Windows color (decimal): -196884 or 15531772. OLE color: 15531772.

HSL color Cylindrical-coordinate representation of color #FCFEEC: hue angle of 66.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCFEEC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB252254236-
CMYK0.0100.070.00
HSL66.67º90%96.08%-
HSV(B)66.67º7.09%99.61%-
XYZ90.7397.6493.42-
YUV251.35119.34128.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 254 (99.61% from 255) = 34.23%
BLUE value IS 236 (92.58% from 255) = 31.81%
R=33.96%
G=34.23%
B=31.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542360.0100.070.0066.679096.08
HexFCFEEC1070435a60
Octal3743763541070103132140
Binary111111001111111011101100101110100001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEEC; }

 p { color: rgb(252,254,236); }

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

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

 a { background-color: rgb(252,254,236); }

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

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

 span { border-color: rgb(252,254,236); }

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