#FDF9E6

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

Shades of Corn Silk #FDF9E6

Tints of Corn Silk #FDF9E6

Color information

#FDF9E6 (or 0xFDF9E6) is unknown color: approx Corn Silk. HEX triplet: FD, F9 and E6. RGB value is (253,249,230). Sum of RGB (Red+Green+Blue) = 253+249+230=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 249 (97.66% from 255 or 34.02% from 732); Blue value is 230 (90.23% from 255 or 31.42% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9E6 is #020619. Grayscale: #F8F8F8. Windows color (decimal): -132634 or 15137277. OLE color: 15137277.

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

Color convert

RGB253249230-
CMYK00.020.090.01
HSL49.57º85.19%94.71%-
HSV(B)49.57º9.09%99.22%-
XYZ88.6794.3588.4-
YUV248.03117.83131.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 249 (97.66% from 255) = 34.02%
BLUE value IS 230 (90.23% from 255) = 31.42%
R=34.56%
G=34.02%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324923000.020.090.0149.5785.1994.71
HexFDF9E6029132555f
Octal3753713460211162125137
Binary1111110111111001111001100101001111001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9E6; }

 p { color: rgb(253,249,230); }

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

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

 a { background-color: rgb(253,249,230); }

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

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

 span { border-color: rgb(253,249,230); }

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