#FCFBEF

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

Shades of Ivory #FCFBEF

Tints of Ivory #FCFBEF

Color information

#FCFBEF (or 0xFCFBEF) is unknown color: approx Ivory. HEX triplet: FC, FB and EF. RGB value is (252,251,239). Sum of RGB (Red+Green+Blue) = 252+251+239=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 239 (93.75% from 255 or 32.21% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBEF is #030410. Grayscale: #F9F9F9. Windows color (decimal): -197649 or 15727612. OLE color: 15727612.

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

Color convert

RGB252251239-
CMYK00.000.050.01
HSL55.38º68.42%96.27%-
HSV(B)55.38º5.16%98.82%-
XYZ90.2295.9295.42-
YUV249.93121.83129.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 251 (98.44% from 255) = 33.83%
BLUE value IS 239 (93.75% from 255) = 32.21%
R=33.96%
G=33.83%
B=32.21%

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
Decimal25225123900.000.050.0155.3868.4296.27
HexFCFBEF0051374460
Octal374373357005167104140
Binary11111100111110111110111100101111011110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBEF; }

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

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

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

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

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

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

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

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