#FCFEEA

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

Shades of Ivory #FCFEEA

Tints of Ivory #FCFEEA

Color information

#FCFEEA (or 0xFCFEEA) is unknown color: approx Ivory. HEX triplet: FC, FE and EA. RGB value is (252,254,234). Sum of RGB (Red+Green+Blue) = 252+254+234=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 234 (91.80% from 255 or 31.62% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEA is #030115. Grayscale: #FBFBFB. Windows color (decimal): -196886 or 15400700. OLE color: 15400700.

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

Color convert

RGB252254234-
CMYK0.0100.080.00
HSL66º90.91%95.69%-
HSV(B)66º7.87%99.61%-
XYZ90.4497.5291.9-
YUV251.12118.34128.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 234 (91.80% from 255) = 31.62%
R=34.05%
G=34.32%
B=31.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542340.0100.080.006690.9195.69
HexFCFEEA1080425b60
Octal37437635210100102133140
Binary1111110011111110111010101010000100001010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEEA; }

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

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

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

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

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

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

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

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