#FEFCE9

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

Shades of Ivory #FEFCE9

Tints of Ivory #FEFCE9

Color information

#FEFCE9 (or 0xFEFCE9) is unknown color: approx Ivory. HEX triplet: FE, FC and E9. RGB value is (254,252,233). Sum of RGB (Red+Green+Blue) = 254+252+233=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 233 (91.41% from 255 or 31.53% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCE9 is #010316. Grayscale: #FAFAFA. Windows color (decimal): -66327 or 15334654. OLE color: 15334654.

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

Color convert

RGB254252233-
CMYK00.010.080.00
HSL54.29º91.3%95.49%-
HSV(B)54.29º8.27%99.61%-
XYZ90.3996.5790.97-
YUV250.43118.16130.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.37%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 233 (91.41% from 255) = 31.53%
R=34.37%
G=34.10%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425223300.010.080.0054.2991.395.49
HexFEFCE90180365b5f
Octal3763743510110066133137
Binary111111101111110011101001011000011011010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCE9; }

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

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

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

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

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

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

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

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