#FDF8DC

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

Shades of Corn Silk #FDF8DC

Tints of Corn Silk #FDF8DC

Color information

#FDF8DC (or 0xFDF8DC) is unknown color: approx Corn Silk. HEX triplet: FD, F8 and DC. RGB value is (253,248,220). Sum of RGB (Red+Green+Blue) = 253+248+220=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8DC is #020723. Grayscale: #F6F6F6. Windows color (decimal): -132900 or 14481661. OLE color: 14481661.

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

Color convert

RGB253248220-
CMYK00.020.130.01
HSL50.91º89.19%92.75%-
HSV(B)50.91º13.04%99.22%-
XYZ86.9993.1881.11-
YUV246.3113.16132.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 220 (86.33% from 255) = 30.51%
R=35.09%
G=34.40%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324822000.020.130.0150.9189.1992.75
HexFDF8DC02D133595d
Octal3753703340215163131135
Binary1111110111111000110111000101101111001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8DC; }

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

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

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

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

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

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

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

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