#FCFEED

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

Shades of Ivory #FCFEED

Tints of Ivory #FCFEED

Color information

#FCFEED (or 0xFCFEED) is unknown color: approx Ivory. HEX triplet: FC, FE and ED. RGB value is (252,254,237). Sum of RGB (Red+Green+Blue) = 252+254+237=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 237 (92.97% from 255 or 31.90% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEED is #030112. Grayscale: #FBFBFB. Windows color (decimal): -196883 or 15597308. OLE color: 15597308.

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

Color convert

RGB252254237-
CMYK0.0100.070.00
HSL67.06º89.47%96.27%-
HSV(B)67.06º6.69%99.61%-
XYZ90.8797.6994.19-
YUV251.46119.84128.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 237 (92.97% from 255) = 31.90%
R=33.92%
G=34.19%
B=31.90%

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
Decimal2522542370.0100.070.0067.0689.4796.27
HexFCFEED1070435960
Octal3743763551070103131140
Binary111111001111111011101101101110100001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEED; }

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

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

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

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

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

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

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

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