Shades of Splash #F2DB99
Tints of Splash #F2DB99
RGB
CMYK
RGB Variations
Color information
#F2DB99 (or 0xF2DB99) is known color: Splash. HEX triplet: F2, DB and 99. RGB value is (242,219,153). Sum of RGB (Red+Green+Blue) = 242+219+153=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DB99 is #0D2466. Grayscale: #DADADA. Windows color (decimal): -861287 or 10083314. OLE color: 10083314.
HSL color Cylindrical-coordinate representation of color #F2DB99: hue angle of 44.49º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2DB99 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 153 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.05 |
| HSL | 44.49º | 0.77% | 0.77% | - |
| HSV(B) | 44.49º | 0.37% | 0.95% | - |
| XYZ | 67.7 | 71.84 | 40.44 | - |
| YUV | 218.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 153 | 0 | 0.10 | 0.37 | 0.05 | 44.49 | 0.77 | 0.77 |
| Hex | F2 | DB | 99 | 0 | A | 25 | 5 | 2C | 4D | 4D |
| Octal | 362 | 333 | 231 | 0 | 12 | 45 | 5 | 54 | 115 | 115 |
| Binary | 11110010 | 11011011 | 10011001 | 0 | 1010 | 100101 | 101 | 101100 | 1001101 | 1001101 |
Color Harmonies of #F2DB99
Complementary color
Monochromatic Colors of #F2DB99
Black with #F2DB99
Text Example
Text Example
White with #F2DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB99; }
p { color: rgb(242,219,153); }
H1.HeaderClassName
{
color: #F2DB99;
}
.AnyTagClassName
{
color: #F2DB99;
}
</style>
background-color css
<style>
a { background-color: #F2DB99; }
a { background-color: rgb(242,219,153); }
div.DivClassName
{
background-color: #F2DB99;
}
.BgClassName
{
background-color: #F2DB99;
}
</style>
border-color css
<style>
span { border-color: #F2DB99; }
span { border-color: rgb(242,219,153); }
td.TdClassName
{
border-color: #F2DB99;
}
.TagClassName
{
border-color: #F2DB99;
}
</style>