Shades of Splash #F7D69B
Tints of Splash #F7D69B
RGB
CMYK
RGB Variations
Color information
#F7D69B (or 0xF7D69B) is known color: Splash. HEX triplet: F7, D6 and 9B. RGB value is (247,214,155). Sum of RGB (Red+Green+Blue) = 247+214+155=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D69B is #082964. Grayscale: #D9D9D9. Windows color (decimal): -534885 or 10213111. OLE color: 10213111.
HSL color Cylindrical-coordinate representation of color #F7D69B: hue angle of 38.48º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7D69B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 155 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.03 |
| HSL | 38.48º | 0.85% | 0.79% | - |
| HSV(B) | 38.48º | 0.37% | 0.97% | - |
| XYZ | 68.32 | 70.23 | 40.97 | - |
| YUV | 217.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 155 | 0 | 0.13 | 0.37 | 0.03 | 38.48 | 0.85 | 0.79 |
| Hex | F7 | D6 | 9B | 0 | D | 25 | 3 | 26 | 55 | 4F |
| Octal | 367 | 326 | 233 | 0 | 15 | 45 | 3 | 46 | 125 | 117 |
| Binary | 11110111 | 11010110 | 10011011 | 0 | 1101 | 100101 | 11 | 100110 | 1010101 | 1001111 |
Color Harmonies of #F7D69B
Complementary color
Monochromatic Colors of #F7D69B
Black with #F7D69B
Text Example
Text Example
White with #F7D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D69B; }
p { color: rgb(247,214,155); }
H1.HeaderClassName
{
color: #F7D69B;
}
.AnyTagClassName
{
color: #F7D69B;
}
</style>
background-color css
<style>
a { background-color: #F7D69B; }
a { background-color: rgb(247,214,155); }
div.DivClassName
{
background-color: #F7D69B;
}
.BgClassName
{
background-color: #F7D69B;
}
</style>
border-color css
<style>
span { border-color: #F7D69B; }
span { border-color: rgb(247,214,155); }
td.TdClassName
{
border-color: #F7D69B;
}
.TagClassName
{
border-color: #F7D69B;
}
</style>