#FEF6DF

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

Shades of Corn Silk #FEF6DF

Tints of Corn Silk #FEF6DF

Color information

#FEF6DF (or 0xFEF6DF) is unknown color: approx Corn Silk. HEX triplet: FE, F6 and DF. RGB value is (254,246,223). Sum of RGB (Red+Green+Blue) = 254+246+223=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 223 (87.5% from 255 or 30.84% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DF is #010920. Grayscale: #F5F5F5. Windows color (decimal): -67873 or 14677758. OLE color: 14677758.

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

Color convert

RGB254246223-
CMYK00.030.120.00
HSL44.52º93.94%93.53%-
HSV(B)44.52º12.2%99.61%-
XYZ87.1592.3183.04-
YUV245.77115.15133.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 246 (96.48% from 255) = 34.02%
BLUE value IS 223 (87.5% from 255) = 30.84%
R=35.13%
G=34.02%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424622300.030.120.0044.5293.9493.53
HexFEF6DF03C02d5e5e
Octal3763663370314055136136
Binary1111111011110110110111110111100010110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6DF; }

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

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

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

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

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

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

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

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