#FDF7DA

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

Shades of Corn Silk #FDF7DA

Tints of Corn Silk #FDF7DA

Color information

#FDF7DA (or 0xFDF7DA) is unknown color: approx Corn Silk. HEX triplet: FD, F7 and DA. RGB value is (253,247,218). Sum of RGB (Red+Green+Blue) = 253+247+218=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 218 (85.55% from 255 or 30.36% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7DA is #020825. Grayscale: #F5F5F5. Windows color (decimal): -133158 or 14350333. OLE color: 14350333.

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

Color convert

RGB253247218-
CMYK00.020.140.01
HSL49.71º89.74%92.35%-
HSV(B)49.71º13.83%99.22%-
XYZ86.4292.4779.62-
YUV245.49112.49133.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 247 (96.88% from 255) = 34.40%
BLUE value IS 218 (85.55% from 255) = 30.36%
R=35.24%
G=34.40%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324721800.020.140.0149.7189.7492.35
HexFDF7DA02E1325a5c
Octal3753673320216162132134
Binary1111110111110111110110100101110111001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7DA; }

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

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

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

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

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

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

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

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