#FDF6DC

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

Shades of Corn Silk #FDF6DC

Tints of Corn Silk #FDF6DC

Color information

#FDF6DC (or 0xFDF6DC) is unknown color: approx Corn Silk. HEX triplet: FD, F6 and DC. RGB value is (253,246,220). Sum of RGB (Red+Green+Blue) = 253+246+220=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6DC is #020923. Grayscale: #F5F5F5. Windows color (decimal): -133412 or 14481149. OLE color: 14481149.

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

Color convert

RGB253246220-
CMYK00.030.130.01
HSL47.27º89.19%92.75%-
HSV(B)47.27º13.04%99.22%-
XYZ86.3891.9680.91-
YUV245.13113.82133.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=35.19%
G=34.21%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324622000.030.130.0147.2789.1992.75
HexFDF6DC03D12f595d
Octal3753663340315157131135
Binary1111110111110110110111000111101110111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6DC; }

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

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

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

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

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

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

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

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