#FDF6DA

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

Shades of Corn Silk #FDF6DA

Tints of Corn Silk #FDF6DA

Color information

#FDF6DA (or 0xFDF6DA) is unknown color: approx Corn Silk. HEX triplet: FD, F6 and DA. RGB value is (253,246,218). Sum of RGB (Red+Green+Blue) = 253+246+218=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6DA is #020925. Grayscale: #F5F5F5. Windows color (decimal): -133414 or 14350077. OLE color: 14350077.

HSL color Cylindrical-coordinate representation of color #FDF6DA: hue angle of 48º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDF6DA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253246218-
CMYK00.030.140.01
HSL48º89.74%92.35%-
HSV(B)48º13.83%99.22%-
XYZ86.1291.8679.52-
YUV244.9112.82133.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 218 (85.55% from 255) = 30.40%
R=35.29%
G=34.31%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324621800.030.140.014889.7492.35
HexFDF6DA03E1305a5c
Octal3753663320316160132134
Binary1111110111110110110110100111110111000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6DA; }

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

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

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

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

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

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

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

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