#FCFCEC

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

Shades of Ivory #FCFCEC

Tints of Ivory #FCFCEC

Color information

#FCFCEC (or 0xFCFCEC) is unknown color: approx Ivory. HEX triplet: FC, FC and EC. RGB value is (252,252,236). Sum of RGB (Red+Green+Blue) = 252+252+236=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 236 (92.58% from 255 or 31.89% from 740); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEC is #030313. Grayscale: #FAFAFA. Windows color (decimal): -197396 or 15531260. OLE color: 15531260.

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

Color convert

RGB252252236-
CMYK000.060.01
HSL60º72.73%95.69%-
HSV(B)60º6.35%98.82%-
XYZ90.196.3793.21-
YUV250.18120129.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 252 (98.83% from 255) = 34.05%
BLUE value IS 236 (92.58% from 255) = 31.89%
R=34.05%
G=34.05%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252236000.060.016072.7395.69
HexFCFCEC00613c4960
Octal374374354006174111140
Binary11111100111111001110110000110111110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCEC; }

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

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

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

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

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

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

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

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