#FCFBF0

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

Shades of Ivory #FCFBF0

Tints of Ivory #FCFBF0

Color information

#FCFBF0 (or 0xFCFBF0) is unknown color: approx Ivory. HEX triplet: FC, FB and F0. RGB value is (252,251,240). Sum of RGB (Red+Green+Blue) = 252+251+240=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 240 (94.14% from 255 or 32.30% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF0 is #03040F. Grayscale: #FAFAFA. Windows color (decimal): -197648 or 15793148. OLE color: 15793148.

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

Color convert

RGB252251240-
CMYK00.000.050.01
HSL55º66.67%96.47%-
HSV(B)55º4.76%98.82%-
XYZ90.3795.9896.2-
YUV250.04122.33129.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 240 (94.14% from 255) = 32.30%
R=33.92%
G=33.78%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225124000.000.050.015566.6796.47
HexFCFBF00051374360
Octal374373360005167103140
Binary11111100111110111111000000101111011110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBF0; }

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

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

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

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

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

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

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

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