#FCFEEF

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

Shades of Ivory #FCFEEF

Tints of Ivory #FCFEEF

Color information

#FCFEEF (or 0xFCFEEF) is unknown color: approx Ivory. HEX triplet: FC, FE and EF. RGB value is (252,254,239). Sum of RGB (Red+Green+Blue) = 252+254+239=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 239 (93.75% from 255 or 32.08% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEF is #030110. Grayscale: #FBFBFB. Windows color (decimal): -196881 or 15728380. OLE color: 15728380.

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

Color convert

RGB252254239-
CMYK0.0100.060.00
HSL68º88.24%96.67%-
HSV(B)68º5.91%99.61%-
XYZ91.1797.8195.74-
YUV251.69120.84128.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 239 (93.75% from 255) = 32.08%
R=33.83%
G=34.09%
B=32.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542390.0100.060.006888.2496.67
HexFCFEEF1060445861
Octal3743763571060104130141
Binary111111001111111011101111101100100010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEEF; }

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

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

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

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

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

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

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

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