#FEF7DA

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

Shades of Corn Silk #FEF7DA

Tints of Corn Silk #FEF7DA

Color information

#FEF7DA (or 0xFEF7DA) is unknown color: approx Corn Silk. HEX triplet: FE, F7 and DA. RGB value is (254,247,218). Sum of RGB (Red+Green+Blue) = 254+247+218=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 218 (85.55% from 255 or 30.32% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7DA is #010825. Grayscale: #F5F5F5. Windows color (decimal): -67622 or 14350334. OLE color: 14350334.

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

Color convert

RGB254247218-
CMYK00.030.140.00
HSL48.33º94.74%92.55%-
HSV(B)48.33º14.17%99.61%-
XYZ86.7992.6579.64-
YUV245.79112.32133.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 247 (96.88% from 255) = 34.35%
BLUE value IS 218 (85.55% from 255) = 30.32%
R=35.33%
G=34.35%
B=30.32%

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
Decimal25424721800.030.140.0048.3394.7492.55
HexFEF7DA03E0305f5d
Octal3763673320316060137135
Binary1111111011110111110110100111110011000010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7DA; }

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

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

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

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

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

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

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

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