Shades of Splash #F7DD9A
Tints of Splash #F7DD9A
RGB
CMYK
RGB Variations
Color information
#F7DD9A (or 0xF7DD9A) is known color: Splash. HEX triplet: F7, DD and 9A. RGB value is (247,221,154). Sum of RGB (Red+Green+Blue) = 247+221+154=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DD9A is #082265. Grayscale: #DDDDDD. Windows color (decimal): -533094 or 10149367. OLE color: 10149367.
HSL color Cylindrical-coordinate representation of color #F7DD9A: hue angle of 43.23º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7DD9A is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 154 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.03 |
| HSL | 43.23º | 0.85% | 0.79% | - |
| HSV(B) | 43.23º | 0.38% | 0.97% | - |
| XYZ | 70.05 | 73.82 | 41.13 | - |
| YUV | 221.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 154 | 0 | 0.11 | 0.38 | 0.03 | 43.23 | 0.85 | 0.79 |
| Hex | F7 | DD | 9A | 0 | B | 26 | 3 | 2B | 55 | 4F |
| Octal | 367 | 335 | 232 | 0 | 13 | 46 | 3 | 53 | 125 | 117 |
| Binary | 11110111 | 11011101 | 10011010 | 0 | 1011 | 100110 | 11 | 101011 | 1010101 | 1001111 |
Color Harmonies of #F7DD9A
Complementary color
Monochromatic Colors of #F7DD9A
Black with #F7DD9A
Text Example
Text Example
White with #F7DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DD9A; }
p { color: rgb(247,221,154); }
H1.HeaderClassName
{
color: #F7DD9A;
}
.AnyTagClassName
{
color: #F7DD9A;
}
</style>
background-color css
<style>
a { background-color: #F7DD9A; }
a { background-color: rgb(247,221,154); }
div.DivClassName
{
background-color: #F7DD9A;
}
.BgClassName
{
background-color: #F7DD9A;
}
</style>
border-color css
<style>
span { border-color: #F7DD9A; }
span { border-color: rgb(247,221,154); }
td.TdClassName
{
border-color: #F7DD9A;
}
.TagClassName
{
border-color: #F7DD9A;
}
</style>