#FCFAEC

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

Shades of Ivory #FCFAEC

Tints of Ivory #FCFAEC

Color information

#FCFAEC (or 0xFCFAEC) is unknown color: approx Ivory. HEX triplet: FC, FA and EC. RGB value is (252,250,236). Sum of RGB (Red+Green+Blue) = 252+250+236=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 236 (92.58% from 255 or 31.98% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAEC is #030513. Grayscale: #F9F9F9. Windows color (decimal): -197908 or 15530748. OLE color: 15530748.

HSL color Cylindrical-coordinate representation of color #FCFAEC: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFAEC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252250236-
CMYK00.010.060.01
HSL52.5º72.73%95.69%-
HSV(B)52.5º6.35%98.82%-
XYZ89.4795.1293-
YUV249120.66130.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.15%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 236 (92.58% from 255) = 31.98%
R=34.15%
G=33.88%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225023600.010.060.0152.572.7395.69
HexFCFAEC0161344960
Octal374372354016164111140
Binary11111100111110101110110001110111010010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAEC; }

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

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

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

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

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

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

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

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