#FEF6D7

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

Shades of Corn Silk #FEF6D7

Tints of Corn Silk #FEF6D7

Color information

#FEF6D7 (or 0xFEF6D7) is unknown color: approx Corn Silk. HEX triplet: FE, F6 and D7. RGB value is (254,246,215). Sum of RGB (Red+Green+Blue) = 254+246+215=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 215 (84.38% from 255 or 30.07% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6D7 is #010928. Grayscale: #F4F4F4. Windows color (decimal): -67881 or 14153470. OLE color: 14153470.

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

Color convert

RGB254246215-
CMYK00.030.150.00
HSL47.69º95.12%91.96%-
HSV(B)47.69º15.35%99.61%-
XYZ86.0991.8977.49-
YUV244.86111.15134.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 246 (96.48% from 255) = 34.41%
BLUE value IS 215 (84.38% from 255) = 30.07%
R=35.52%
G=34.41%
B=30.07%

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
Decimal25424621500.030.150.0047.6995.1291.96
HexFEF6D703F0305f5c
Octal3763663270317060137134
Binary1111111011110110110101110111111011000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6D7; }

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

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

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

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

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

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

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

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