#FEF9DE

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

Shades of Corn Silk #FEF9DE

Tints of Corn Silk #FEF9DE

Color information

#FEF9DE (or 0xFEF9DE) is unknown color: approx Corn Silk. HEX triplet: FE, F9 and DE. RGB value is (254,249,222). Sum of RGB (Red+Green+Blue) = 254+249+222=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 222 (87.11% from 255 or 30.62% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9DE is #010621. Grayscale: #F7F7F7. Windows color (decimal): -67106 or 14612990. OLE color: 14612990.

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

Color convert

RGB254249222-
CMYK00.020.130.00
HSL50.62º94.12%93.33%-
HSV(B)50.62º12.6%99.61%-
XYZ87.9394.182.64-
YUV247.42113.66132.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 249 (97.66% from 255) = 34.34%
BLUE value IS 222 (87.11% from 255) = 30.62%
R=35.03%
G=34.34%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424922200.020.130.0050.6294.1293.33
HexFEF9DE02D0335e5d
Octal3763713360215063136135
Binary1111111011111001110111100101101011001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9DE; }

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

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

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

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

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

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

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

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