#FDF7D8

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

Shades of Corn Silk #FDF7D8

Tints of Corn Silk #FDF7D8

Color information

#FDF7D8 (or 0xFDF7D8) is unknown color: approx Corn Silk. HEX triplet: FD, F7 and D8. RGB value is (253,247,216). Sum of RGB (Red+Green+Blue) = 253+247+216=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 216 (84.77% from 255 or 30.17% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7D8 is #020827. Grayscale: #F5F5F5. Windows color (decimal): -133160 or 14219261. OLE color: 14219261.

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

Color convert

RGB253247216-
CMYK00.020.150.01
HSL50.27º90.24%91.96%-
HSV(B)50.27º14.62%99.22%-
XYZ86.1692.3678.25-
YUV245.26111.49133.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 216 (84.77% from 255) = 30.17%
R=35.34%
G=34.50%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324721600.020.150.0150.2790.2491.96
HexFDF7D802F1325a5c
Octal3753673300217162132134
Binary1111110111110111110110000101111111001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7D8; }

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

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

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

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

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

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

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

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