#FEFEE8

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

Shades of Ivory #FEFEE8

Tints of Ivory #FEFEE8

Color information

#FEFEE8 (or 0xFEFEE8) is unknown color: approx Ivory. HEX triplet: FE, FE and E8. RGB value is (254,254,232). Sum of RGB (Red+Green+Blue) = 254+254+232=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 232 (91.02% from 255 or 31.35% from 740); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEE8 is #010117. Grayscale: #FBFBFB. Windows color (decimal): -65816 or 15269630. OLE color: 15269630.

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

Color convert

RGB254254232-
CMYK000.090.00
HSL60º91.67%95.29%-
HSV(B)60º8.66%99.61%-
XYZ90.8897.7890.43-
YUV251.49117129.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.32%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 232 (91.02% from 255) = 31.35%
R=34.32%
G=34.32%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254232000.090.006091.6795.29
HexFEFEE800903c5c5f
Octal3763763500011074134137
Binary111111101111111011101000001001011110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEE8; }

 p { color: rgb(254,254,232); }

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

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

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

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

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

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

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