#FEFCE8

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

Shades of Ivory #FEFCE8

Tints of Ivory #FEFCE8

Color information

#FEFCE8 (or 0xFEFCE8) is unknown color: approx Ivory. HEX triplet: FE, FC and E8. RGB value is (254,252,232). Sum of RGB (Red+Green+Blue) = 254+252+232=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 232 (91.02% from 255 or 31.44% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCE8 is #010317. Grayscale: #FAFAFA. Windows color (decimal): -66328 or 15269118. OLE color: 15269118.

HSL color Cylindrical-coordinate representation of color #FEFCE8: hue angle of 54.55º 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 #FEFCE8 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254252232-
CMYK00.010.090.00
HSL54.55º91.67%95.29%-
HSV(B)54.55º8.66%99.61%-
XYZ90.2596.5290.22-
YUV250.32117.66130.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 252 (98.83% from 255) = 34.15%
BLUE value IS 232 (91.02% from 255) = 31.44%
R=34.42%
G=34.15%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425223200.010.090.0054.5591.6795.29
HexFEFCE80190375c5f
Octal3763743500111067134137
Binary111111101111110011101000011001011011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCE8; }

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

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

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

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

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

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

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

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