#FCFEEE

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

Shades of Ivory #FCFEEE

Tints of Ivory #FCFEEE

Color information

#FCFEEE (or 0xFCFEEE) is unknown color: approx Ivory. HEX triplet: FC, FE and EE. RGB value is (252,254,238). Sum of RGB (Red+Green+Blue) = 252+254+238=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 238 (93.36% from 255 or 31.99% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEE is #030111. Grayscale: #FBFBFB. Windows color (decimal): -196882 or 15662844. OLE color: 15662844.

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

Color convert

RGB252254238-
CMYK0.0100.060.00
HSL67.5º88.89%96.47%-
HSV(B)67.5º6.3%99.61%-
XYZ91.0297.7594.96-
YUV251.58120.34128.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 254 (99.61% from 255) = 34.14%
BLUE value IS 238 (93.36% from 255) = 31.99%
R=33.87%
G=34.14%
B=31.99%

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
Decimal2522542380.0100.060.0067.588.8996.47
HexFCFEEE1060445960
Octal3743763561060104131140
Binary111111001111111011101110101100100010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEEE; }

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

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

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

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

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

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

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

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