#FCFBEE

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

Shades of Ivory #FCFBEE

Tints of Ivory #FCFBEE

Color information

#FCFBEE (or 0xFCFBEE) is unknown color: approx Ivory. HEX triplet: FC, FB and EE. RGB value is (252,251,238). Sum of RGB (Red+Green+Blue) = 252+251+238=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 238 (93.36% from 255 or 32.12% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBEE is #030411. Grayscale: #F9F9F9. Windows color (decimal): -197650 or 15662076. OLE color: 15662076.

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

Color convert

RGB252251238-
CMYK00.000.060.01
HSL55.71º70%96.08%-
HSV(B)55.71º5.56%98.82%-
XYZ90.0795.8694.64-
YUV249.82121.33129.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.01%
GREEN value IS 251 (98.44% from 255) = 33.87%
BLUE value IS 238 (93.36% from 255) = 32.12%
R=34.01%
G=33.87%
B=32.12%

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
Decimal25225123800.000.060.0155.717096.08
HexFCFBEE0061384660
Octal374373356006170106140
Binary11111100111110111110111000110111100010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBEE; }

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

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

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

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

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

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

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

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