#FEF8E5

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

Shades of Corn Silk #FEF8E5

Tints of Corn Silk #FEF8E5

Color information

#FEF8E5 (or 0xFEF8E5) is unknown color: approx Corn Silk. HEX triplet: FE, F8 and E5. RGB value is (254,248,229). Sum of RGB (Red+Green+Blue) = 254+248+229=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 248 (97.27% from 255 or 33.93% from 731); Blue value is 229 (89.84% from 255 or 31.33% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8E5 is #01071A. Grayscale: #F7F7F7. Windows color (decimal): -67355 or 15071486. OLE color: 15071486.

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

Color convert

RGB254248229-
CMYK00.020.100.00
HSL45.6º92.59%94.71%-
HSV(B)45.6º9.84%99.61%-
XYZ88.5893.8687.58-
YUV247.63117.49132.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 248 (97.27% from 255) = 33.93%
BLUE value IS 229 (89.84% from 255) = 31.33%
R=34.75%
G=33.93%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424822900.020.100.0045.692.5994.71
HexFEF8E502A02e5d5f
Octal3763703450212056135137
Binary1111111011111000111001010101010010111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8E5; }

 p { color: rgb(254,248,229); }

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

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

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

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

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

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

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