#FCFBE9

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

Shades of Ivory #FCFBE9

Tints of Ivory #FCFBE9

Color information

#FCFBE9 (or 0xFCFBE9) is unknown color: approx Ivory. HEX triplet: FC, FB and E9. RGB value is (252,251,233). Sum of RGB (Red+Green+Blue) = 252+251+233=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 233 (91.41% from 255 or 31.66% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBE9 is #030416. Grayscale: #F9F9F9. Windows color (decimal): -197655 or 15334396. OLE color: 15334396.

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

Color convert

RGB252251233-
CMYK00.000.080.01
HSL56.84º76%95.1%-
HSV(B)56.84º7.54%98.82%-
XYZ89.3595.5790.83-
YUV249.25118.83129.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 251 (98.44% from 255) = 34.10%
BLUE value IS 233 (91.41% from 255) = 31.66%
R=34.24%
G=34.10%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225123300.000.080.0156.847695.1
HexFCFBE90081394c5f
Octal3743733510010171114137
Binary111111001111101111101001001000111100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBE9; }

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

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

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

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

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

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

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

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