#FCFCF4

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

Shades of Ivory #FCFCF4

Tints of Ivory #FCFCF4

Color information

#FCFCF4 (or 0xFCFCF4) is unknown color: approx Ivory. HEX triplet: FC, FC and F4. RGB value is (252,252,244). Sum of RGB (Red+Green+Blue) = 252+252+244=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 244 (95.70% from 255 or 32.62% from 748); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF4 is #03030B. Grayscale: #FBFBFB. Windows color (decimal): -197388 or 16055548. OLE color: 16055548.

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

Color convert

RGB252252244-
CMYK000.030.01
HSL60º57.14%97.25%-
HSV(B)60º3.17%98.82%-
XYZ91.2896.8599.47-
YUV251.09124128.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.69%
GREEN value IS 252 (98.83% from 255) = 33.69%
BLUE value IS 244 (95.70% from 255) = 32.62%
R=33.69%
G=33.69%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252244000.030.016057.1497.25
HexFCFCF400313c3961
Octal37437436400317471141
Binary111111001111110011110100001111111001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCF4; }

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

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

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

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

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

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

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

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