#FEF7D7

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

Shades of Corn Silk #FEF7D7

Tints of Corn Silk #FEF7D7

Color information

#FEF7D7 (or 0xFEF7D7) is unknown color: approx Corn Silk. HEX triplet: FE, F7 and D7. RGB value is (254,247,215). Sum of RGB (Red+Green+Blue) = 254+247+215=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 215 (84.38% from 255 or 30.03% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7D7 is #010828. Grayscale: #F5F5F5. Windows color (decimal): -67625 or 14153726. OLE color: 14153726.

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

Color convert

RGB254247215-
CMYK00.030.150.00
HSL49.23º95.12%91.96%-
HSV(B)49.23º15.35%99.61%-
XYZ86.492.577.59-
YUV245.44110.82134.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 215 (84.38% from 255) = 30.03%
R=35.47%
G=34.50%
B=30.03%

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
Decimal25424721500.030.150.0049.2395.1291.96
HexFEF7D703F0315f5c
Octal3763673270317061137134
Binary1111111011110111110101110111111011000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7D7; }

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

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

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

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

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

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

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

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