Shades of Splash #F0D29D
Tints of Splash #F0D29D
RGB
CMYK
RGB Variations
Color information
#F0D29D (or 0xF0D29D) is known color: Splash. HEX triplet: F0, D2 and 9D. RGB value is (240,210,157). Sum of RGB (Red+Green+Blue) = 240+210+157=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D29D is #0F2D62. Grayscale: #D5D5D5. Windows color (decimal): -994659 or 10343152. OLE color: 10343152.
HSL color Cylindrical-coordinate representation of color #F0D29D: hue angle of 38.31º degrees, saturation: 0.73, 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 #F0D29D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 157 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.06 |
| HSL | 38.31º | 0.73% | 0.78% | - |
| HSV(B) | 38.31º | 0.35% | 0.94% | - |
| XYZ | 65.07 | 67.05 | 41.41 | - |
| YUV | 212.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 157 | 0 | 0.12 | 0.35 | 0.06 | 38.31 | 0.73 | 0.78 |
| Hex | F0 | D2 | 9D | 0 | C | 23 | 6 | 26 | 49 | 4E |
| Octal | 360 | 322 | 235 | 0 | 14 | 43 | 6 | 46 | 111 | 116 |
| Binary | 11110000 | 11010010 | 10011101 | 0 | 1100 | 100011 | 110 | 100110 | 1001001 | 1001110 |
Color Harmonies of #F0D29D
Complementary color
Monochromatic Colors of #F0D29D
Black with #F0D29D
Text Example
Text Example
White with #F0D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D29D; }
p { color: rgb(240,210,157); }
H1.HeaderClassName
{
color: #F0D29D;
}
.AnyTagClassName
{
color: #F0D29D;
}
</style>
background-color css
<style>
a { background-color: #F0D29D; }
a { background-color: rgb(240,210,157); }
div.DivClassName
{
background-color: #F0D29D;
}
.BgClassName
{
background-color: #F0D29D;
}
</style>
border-color css
<style>
span { border-color: #F0D29D; }
span { border-color: rgb(240,210,157); }
td.TdClassName
{
border-color: #F0D29D;
}
.TagClassName
{
border-color: #F0D29D;
}
</style>