#FCFBED

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

Shades of Ivory #FCFBED

Tints of Ivory #FCFBED

Color information

#FCFBED (or 0xFCFBED) is unknown color: approx Ivory. HEX triplet: FC, FB and ED. RGB value is (252,251,237). Sum of RGB (Red+Green+Blue) = 252+251+237=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 237 (92.97% from 255 or 32.03% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBED is #030412. Grayscale: #F9F9F9. Windows color (decimal): -197651 or 15596540. OLE color: 15596540.

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

Color convert

RGB252251237-
CMYK00.000.060.01
HSL56º71.43%95.88%-
HSV(B)56º5.95%98.82%-
XYZ89.9395.893.87-
YUV249.7120.83129.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 251 (98.44% from 255) = 33.92%
BLUE value IS 237 (92.97% from 255) = 32.03%
R=34.05%
G=33.92%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225123700.000.060.015671.4395.88
HexFCFBED0061384760
Octal374373355006170107140
Binary11111100111110111110110100110111100010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBED; }

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

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

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

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

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

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

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

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