#FEF9D7

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

Shades of Corn Silk #FEF9D7

Tints of Corn Silk #FEF9D7

Color information

#FEF9D7 (or 0xFEF9D7) is unknown color: approx Corn Silk. HEX triplet: FE, F9 and D7. RGB value is (254,249,215). Sum of RGB (Red+Green+Blue) = 254+249+215=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 215 (84.38% from 255 or 29.94% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9D7 is #010628. Grayscale: #F6F6F6. Windows color (decimal): -67113 or 14154238. OLE color: 14154238.

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

Color convert

RGB254249215-
CMYK00.020.150.00
HSL52.31º95.12%91.96%-
HSV(B)52.31º15.35%99.61%-
XYZ87.0193.7377.8-
YUV246.62110.16133.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 249 (97.66% from 255) = 34.68%
BLUE value IS 215 (84.38% from 255) = 29.94%
R=35.38%
G=34.68%
B=29.94%

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
Decimal25424921500.020.150.0052.3195.1291.96
HexFEF9D702F0345f5c
Octal3763713270217064137134
Binary1111111011111001110101110101111011010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9D7; }

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

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

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

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

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

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

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

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