#FEF9DA

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

Shades of Corn Silk #FEF9DA

Tints of Corn Silk #FEF9DA

Color information

#FEF9DA (or 0xFEF9DA) is unknown color: approx Corn Silk. HEX triplet: FE, F9 and DA. RGB value is (254,249,218). Sum of RGB (Red+Green+Blue) = 254+249+218=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 218 (85.55% from 255 or 30.24% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9DA is #010625. Grayscale: #F7F7F7. Windows color (decimal): -67110 or 14350846. OLE color: 14350846.

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

Color convert

RGB254249218-
CMYK00.020.140.00
HSL51.67º94.74%92.55%-
HSV(B)51.67º14.17%99.61%-
XYZ87.493.8879.84-
YUV246.96111.66133.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 249 (97.66% from 255) = 34.54%
BLUE value IS 218 (85.55% from 255) = 30.24%
R=35.23%
G=34.54%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424921800.020.140.0051.6794.7492.55
HexFEF9DA02E0345f5d
Octal3763713320216064137135
Binary1111111011111001110110100101110011010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9DA; }

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

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

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

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

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

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

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

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