#FEF6DC

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

Shades of Corn Silk #FEF6DC

Tints of Corn Silk #FEF6DC

Color information

#FEF6DC (or 0xFEF6DC) is unknown color: approx Corn Silk. HEX triplet: FE, F6 and DC. RGB value is (254,246,220). Sum of RGB (Red+Green+Blue) = 254+246+220=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DC is #010923. Grayscale: #F5F5F5. Windows color (decimal): -67876 or 14481150. OLE color: 14481150.

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

Color convert

RGB254246220-
CMYK00.030.130.00
HSL45.88º94.44%92.94%-
HSV(B)45.88º13.39%99.61%-
XYZ86.7592.1580.92-
YUV245.43113.65134.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=35.28%
G=34.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424622000.030.130.0045.8894.4492.94
HexFEF6DC03D02e5e5d
Octal3763663340315056136135
Binary1111111011110110110111000111101010111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6DC; }

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

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

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

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

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

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

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

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