#FEF8E4

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

Shades of Corn Silk #FEF8E4

Tints of Corn Silk #FEF8E4

Color information

#FEF8E4 (or 0xFEF8E4) is unknown color: approx Corn Silk. HEX triplet: FE, F8 and E4. RGB value is (254,248,228). Sum of RGB (Red+Green+Blue) = 254+248+228=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 248 (97.27% from 255 or 33.97% from 730); Blue value is 228 (89.45% from 255 or 31.23% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8E4 is #01071B. Grayscale: #F7F7F7. Windows color (decimal): -67356 or 15005950. OLE color: 15005950.

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

Color convert

RGB254248228-
CMYK00.020.100.00
HSL46.15º92.86%94.51%-
HSV(B)46.15º10.24%99.61%-
XYZ88.4493.8186.84-
YUV247.51116.99132.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 248 (97.27% from 255) = 33.97%
BLUE value IS 228 (89.45% from 255) = 31.23%
R=34.79%
G=33.97%
B=31.23%

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
Decimal25424822800.020.100.0046.1592.8694.51
HexFEF8E402A02e5d5f
Octal3763703440212056135137
Binary1111111011111000111001000101010010111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8E4; }

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

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

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

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

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

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

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

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