Shades of Corn Silk #FFF9DD
Tints of Corn Silk #FFF9DD
RGB
CMYK
RGB Variations
Color information
#FFF9DD (or 0xFFF9DD) is known color: Corn Silk. HEX triplet: FF, F9 and DD. RGB value is (255,249,221). Sum of RGB (Red+Green+Blue) = 255+249+221=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 221 (86.72% from 255 or 30.48% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9DD is #000622. Grayscale: #F7F7F7. Windows color (decimal): -1571 or 14547455. OLE color: 14547455.
HSL color Cylindrical-coordinate representation of color #FFF9DD: hue angle of 49.41º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF9DD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 221 | - |
CMYK | 0 | 0.02 | 0.13 | 0 |
HSL | 49.41º | 1% | 0.93% | - |
HSV(B) | 49.41º | 0.13% | 1% | - |
XYZ | 88.17 | 94.23 | 81.95 | - |
YUV | 247.6 | 112.99 | 133.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 221 | 0 | 0.02 | 0.13 | 0 | 49.41 | 1 | 0.93 |
Hex | FF | F9 | DD | 0 | 2 | D | 0 | 31 | 64 | 5D |
Octal | 377 | 371 | 335 | 0 | 2 | 15 | 0 | 61 | 144 | 135 |
Binary | 11111111 | 11111001 | 11011101 | 0 | 10 | 1101 | 0 | 110001 | 1100100 | 1011101 |
Color Harmonies of #FFF9DD
Complementary color
Monochromatic Colors of #FFF9DD
Black with #FFF9DD
Text Example
Text Example
White with #FFF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9DD; }
p { color: rgb(255,249,221); }
H1.HeaderClassName
{
color: #FFF9DD;
}
.AnyTagClassName
{
color: #FFF9DD;
}
</style>
background-color css
<style>
a { background-color: #FFF9DD; }
a { background-color: rgb(255,249,221); }
div.DivClassName
{
background-color: #FFF9DD;
}
.BgClassName
{
background-color: #FFF9DD;
}
</style>
border-color css
<style>
span { border-color: #FFF9DD; }
span { border-color: rgb(255,249,221); }
td.TdClassName
{
border-color: #FFF9DD;
}
.TagClassName
{
border-color: #FFF9DD;
}
</style>