Shades of Splash #F0D29C
Tints of Splash #F0D29C
RGB
CMYK
RGB Variations
Color information
#F0D29C (or 0xF0D29C) is known color: Splash. HEX triplet: F0, D2 and 9C. RGB value is (240,210,156). Sum of RGB (Red+Green+Blue) = 240+210+156=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D29C is #0F2D63. Grayscale: #D5D5D5. Windows color (decimal): -994660 or 10277616. OLE color: 10277616.
HSL color Cylindrical-coordinate representation of color #F0D29C: hue angle of 38.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D29C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 156 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.06 |
| HSL | 38.57º | 0.74% | 0.78% | - |
| HSV(B) | 38.57º | 0.35% | 0.94% | - |
| XYZ | 64.98 | 67.02 | 40.96 | - |
| YUV | 212.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 156 | 0 | 0.12 | 0.35 | 0.06 | 38.57 | 0.74 | 0.78 |
| Hex | F0 | D2 | 9C | 0 | C | 23 | 6 | 27 | 4A | 4E |
| Octal | 360 | 322 | 234 | 0 | 14 | 43 | 6 | 47 | 112 | 116 |
| Binary | 11110000 | 11010010 | 10011100 | 0 | 1100 | 100011 | 110 | 100111 | 1001010 | 1001110 |
Color Harmonies of #F0D29C
Complementary color
Monochromatic Colors of #F0D29C
Black with #F0D29C
Text Example
Text Example
White with #F0D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D29C; }
p { color: rgb(240,210,156); }
H1.HeaderClassName
{
color: #F0D29C;
}
.AnyTagClassName
{
color: #F0D29C;
}
</style>
background-color css
<style>
a { background-color: #F0D29C; }
a { background-color: rgb(240,210,156); }
div.DivClassName
{
background-color: #F0D29C;
}
.BgClassName
{
background-color: #F0D29C;
}
</style>
border-color css
<style>
span { border-color: #F0D29C; }
span { border-color: rgb(240,210,156); }
td.TdClassName
{
border-color: #F0D29C;
}
.TagClassName
{
border-color: #F0D29C;
}
</style>