#FEF6DA

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

Shades of Corn Silk #FEF6DA

Tints of Corn Silk #FEF6DA

Color information

#FEF6DA (or 0xFEF6DA) is unknown color: approx Corn Silk. HEX triplet: FE, F6 and DA. RGB value is (254,246,218). Sum of RGB (Red+Green+Blue) = 254+246+218=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 218 (85.55% from 255 or 30.36% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DA is #010925. Grayscale: #F5F5F5. Windows color (decimal): -67878 or 14350078. OLE color: 14350078.

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

Color convert

RGB254246218-
CMYK00.030.140.00
HSL46.67º94.74%92.55%-
HSV(B)46.67º14.17%99.61%-
XYZ86.4892.0479.54-
YUV245.2112.65134.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 218 (85.55% from 255) = 30.36%
R=35.38%
G=34.26%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424621800.030.140.0046.6794.7492.55
HexFEF6DA03E02f5f5d
Octal3763663320316057137135
Binary1111111011110110110110100111110010111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6DA; }

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

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

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

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

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

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

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

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