#FEF8D7

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

Shades of Corn Silk #FEF8D7

Tints of Corn Silk #FEF8D7

Color information

#FEF8D7 (or 0xFEF8D7) is unknown color: approx Corn Silk. HEX triplet: FE, F8 and D7. RGB value is (254,248,215). Sum of RGB (Red+Green+Blue) = 254+248+215=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 215 (84.38% from 255 or 29.99% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8D7 is #010728. Grayscale: #F6F6F6. Windows color (decimal): -67369 or 14153982. OLE color: 14153982.

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

Color convert

RGB254248215-
CMYK00.020.150.00
HSL50.77º95.12%91.96%-
HSV(B)50.77º15.35%99.61%-
XYZ86.7193.1177.69-
YUV246.03110.49133.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 248 (97.27% from 255) = 34.59%
BLUE value IS 215 (84.38% from 255) = 29.99%
R=35.43%
G=34.59%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424821500.020.150.0050.7795.1291.96
HexFEF8D702F0335f5c
Octal3763703270217063137134
Binary1111111011111000110101110101111011001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8D7; }

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

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

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

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

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

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

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

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