#FDF8DE

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

Shades of Corn Silk #FDF8DE

Tints of Corn Silk #FDF8DE

Color information

#FDF8DE (or 0xFDF8DE) is unknown color: approx Corn Silk. HEX triplet: FD, F8 and DE. RGB value is (253,248,222). Sum of RGB (Red+Green+Blue) = 253+248+222=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 222 (87.11% from 255 or 30.71% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8DE is #020721. Grayscale: #F6F6F6. Windows color (decimal): -132898 or 14612733. OLE color: 14612733.

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

Color convert

RGB253248222-
CMYK00.020.120.01
HSL50.32º88.57%93.14%-
HSV(B)50.32º12.25%99.22%-
XYZ87.2693.2982.52-
YUV246.53114.16132.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 248 (97.27% from 255) = 34.30%
BLUE value IS 222 (87.11% from 255) = 30.71%
R=34.99%
G=34.30%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324822200.020.120.0150.3288.5793.14
HexFDF8DE02C132595d
Octal3753703360214162131135
Binary1111110111111000110111100101100111001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8DE; }

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

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

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

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

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

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

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

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