#FCFBF4

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

Shades of Ivory #FCFBF4

Tints of Ivory #FCFBF4

Color information

#FCFBF4 (or 0xFCFBF4) is unknown color: approx Ivory. HEX triplet: FC, FB and F4. RGB value is (252,251,244). Sum of RGB (Red+Green+Blue) = 252+251+244=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 244 (95.70% from 255 or 32.66% from 747); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF4 is #03040B. Grayscale: #FAFAFA. Windows color (decimal): -197644 or 16055292. OLE color: 16055292.

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

Color convert

RGB252251244-
CMYK00.000.030.01
HSL52.5º57.14%97.25%-
HSV(B)52.5º3.17%98.82%-
XYZ90.9796.2299.37-
YUV250.5124.33129.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 251 (98.44% from 255) = 33.60%
BLUE value IS 244 (95.70% from 255) = 32.66%
R=33.73%
G=33.60%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225124400.000.030.0152.557.1497.25
HexFCFBF40031343961
Octal37437336400316471141
Binary111111001111101111110100001111101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBF4; }

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

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

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

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

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

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

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

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