#FCFCF8

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

Shades of Ivory #FCFCF8

Tints of Ivory #FCFCF8

Color information

#FCFCF8 (or 0xFCFCF8) is unknown color: approx Ivory. HEX triplet: FC, FC and F8. RGB value is (252,252,248). Sum of RGB (Red+Green+Blue) = 252+252+248=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 252 (98.83% from 255 or 33.51% from 752); Blue value is 248 (97.27% from 255 or 32.98% from 752); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF8 is #030307. Grayscale: #FBFBFB. Windows color (decimal): -197384 or 16317692. OLE color: 16317692.

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

Color convert

RGB252252248-
CMYK000.020.01
HSL60º40%98.04%-
HSV(B)60º1.59%98.82%-
XYZ91.997.09102.7-
YUV251.54126128.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.51%
GREEN value IS 252 (98.83% from 255) = 33.51%
BLUE value IS 248 (97.27% from 255) = 32.98%
R=33.51%
G=33.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252248000.020.01604098.04
HexFCFCF800213c2862
Octal37437437000217450142
Binary111111001111110011111000001011111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCF8; }

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

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

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

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

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

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

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

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