Shades of Splash #F0D29B
Tints of Splash #F0D29B
RGB
CMYK
RGB Variations
Color information
#F0D29B (or 0xF0D29B) is known color: Splash. HEX triplet: F0, D2 and 9B. RGB value is (240,210,155). Sum of RGB (Red+Green+Blue) = 240+210+155=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D29B is #0F2D64. Grayscale: #D4D4D4. Windows color (decimal): -994661 or 10212080. OLE color: 10212080.
HSL color Cylindrical-coordinate representation of color #F0D29B: hue angle of 38.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D29B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 155 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.06 |
| HSL | 38.82º | 0.74% | 0.77% | - |
| HSV(B) | 38.82º | 0.35% | 0.94% | - |
| XYZ | 64.9 | 66.99 | 40.52 | - |
| YUV | 212.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 155 | 0 | 0.12 | 0.35 | 0.06 | 38.82 | 0.74 | 0.77 |
| Hex | F0 | D2 | 9B | 0 | C | 23 | 6 | 27 | 4A | 4D |
| Octal | 360 | 322 | 233 | 0 | 14 | 43 | 6 | 47 | 112 | 115 |
| Binary | 11110000 | 11010010 | 10011011 | 0 | 1100 | 100011 | 110 | 100111 | 1001010 | 1001101 |
Color Harmonies of #F0D29B
Complementary color
Monochromatic Colors of #F0D29B
Black with #F0D29B
Text Example
Text Example
White with #F0D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D29B; }
p { color: rgb(240,210,155); }
H1.HeaderClassName
{
color: #F0D29B;
}
.AnyTagClassName
{
color: #F0D29B;
}
</style>
background-color css
<style>
a { background-color: #F0D29B; }
a { background-color: rgb(240,210,155); }
div.DivClassName
{
background-color: #F0D29B;
}
.BgClassName
{
background-color: #F0D29B;
}
</style>
border-color css
<style>
span { border-color: #F0D29B; }
span { border-color: rgb(240,210,155); }
td.TdClassName
{
border-color: #F0D29B;
}
.TagClassName
{
border-color: #F0D29B;
}
</style>