#FCFBEB

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

Shades of Ivory #FCFBEB

Tints of Ivory #FCFBEB

Color information

#FCFBEB (or 0xFCFBEB) is unknown color: approx Ivory. HEX triplet: FC, FB and EB. RGB value is (252,251,235). Sum of RGB (Red+Green+Blue) = 252+251+235=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 235 (92.19% from 255 or 31.84% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBEB is #030414. Grayscale: #F9F9F9. Windows color (decimal): -197653 or 15465468. OLE color: 15465468.

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

Color convert

RGB252251235-
CMYK00.000.070.01
HSL56.47º73.91%95.49%-
HSV(B)56.47º6.75%98.82%-
XYZ89.6495.6992.34-
YUV249.48119.83129.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.15%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 235 (92.19% from 255) = 31.84%
R=34.15%
G=34.01%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225123500.000.070.0156.4773.9195.49
HexFCFBEB0071384a5f
Octal374373353007170112137
Binary11111100111110111110101100111111100010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBEB; }

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

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

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

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

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

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

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

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