#FEF6D9

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

Shades of Corn Silk #FEF6D9

Tints of Corn Silk #FEF6D9

Color information

#FEF6D9 (or 0xFEF6D9) is unknown color: approx Corn Silk. HEX triplet: FE, F6 and D9. RGB value is (254,246,217). Sum of RGB (Red+Green+Blue) = 254+246+217=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 217 (85.16% from 255 or 30.26% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6D9 is #010926. Grayscale: #F5F5F5. Windows color (decimal): -67879 or 14284542. OLE color: 14284542.

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

Color convert

RGB254246217-
CMYK00.030.150.00
HSL47.03º94.87%92.35%-
HSV(B)47.03º14.57%99.61%-
XYZ86.3591.9978.85-
YUV245.09112.15134.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 217 (85.16% from 255) = 30.26%
R=35.43%
G=34.31%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424621700.030.150.0047.0394.8792.35
HexFEF6D903F02f5f5c
Octal3763663310317057137134
Binary1111111011110110110110010111111010111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6D9; }

 p { color: rgb(254,246,217); }

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

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

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

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

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

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

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