#FCFEEB

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

Shades of Ivory #FCFEEB

Tints of Ivory #FCFEEB

Color information

#FCFEEB (or 0xFCFEEB) is unknown color: approx Ivory. HEX triplet: FC, FE and EB. RGB value is (252,254,235). Sum of RGB (Red+Green+Blue) = 252+254+235=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 235 (92.19% from 255 or 31.71% from 741); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEB is #030114. Grayscale: #FBFBFB. Windows color (decimal): -196885 or 15466236. OLE color: 15466236.

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

Color convert

RGB252254235-
CMYK0.0100.070.00
HSL66.32º90.48%95.88%-
HSV(B)66.32º7.48%99.61%-
XYZ90.5897.5892.66-
YUV251.24118.84128.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.01%
GREEN value IS 254 (99.61% from 255) = 34.28%
BLUE value IS 235 (92.19% from 255) = 31.71%
R=34.01%
G=34.28%
B=31.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542350.0100.070.0066.3290.4895.88
HexFCFEEB1070425a60
Octal3743763531070102132140
Binary111111001111111011101011101110100001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEEB; }

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

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

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

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

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

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

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

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