#FFF9DC

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

Shades of Corn Silk #FFF9DC

Tints of Corn Silk #FFF9DC

Color information

#FFF9DC (or 0xFFF9DC) is unknown color: approx Corn Silk. HEX triplet: FF, F9 and DC. RGB value is (255,249,220). Sum of RGB (Red+Green+Blue) = 255+249+220=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9DC is #000623. Grayscale: #F7F7F7. Windows color (decimal): -1572 or 14481919. OLE color: 14481919.

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

Color convert

RGB255249220-
CMYK00.020.140
HSL49.71º100%93.14%-
HSV(B)49.71º13.73%100%-
XYZ88.0394.1881.25-
YUV247.49112.49133.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 249 (97.66% from 255) = 34.39%
BLUE value IS 220 (86.33% from 255) = 30.39%
R=35.22%
G=34.39%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524922000.020.14049.7110093.14
HexFFF9DC02E032645d
Octal3773713340216062144135
Binary1111111111111001110111000101110011001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9DC; }

 p { color: rgb(255,249,220); }

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

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

 a { background-color: rgb(255,249,220); }

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

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

 span { border-color: rgb(255,249,220); }

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