Shades of Splash #F2D69F
Tints of Splash #F2D69F
RGB
CMYK
RGB Variations
Color information
#F2D69F (or 0xF2D69F) is known color: Splash. HEX triplet: F2, D6 and 9F. RGB value is (242,214,159). Sum of RGB (Red+Green+Blue) = 242+214+159=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D69F is #0D2960. Grayscale: #D8D8D8. Windows color (decimal): -862561 or 10475250. OLE color: 10475250.
HSL color Cylindrical-coordinate representation of color #F2D69F: hue angle of 39.76º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D69F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 159 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.05 |
| HSL | 39.76º | 0.76% | 0.79% | - |
| HSV(B) | 39.76º | 0.34% | 0.95% | - |
| XYZ | 66.92 | 69.47 | 42.68 | - |
| YUV | 216.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 159 | 0 | 0.12 | 0.34 | 0.05 | 39.76 | 0.76 | 0.79 |
| Hex | F2 | D6 | 9F | 0 | C | 22 | 5 | 28 | 4C | 4F |
| Octal | 362 | 326 | 237 | 0 | 14 | 42 | 5 | 50 | 114 | 117 |
| Binary | 11110010 | 11010110 | 10011111 | 0 | 1100 | 100010 | 101 | 101000 | 1001100 | 1001111 |
Color Harmonies of #F2D69F
Complementary color
Monochromatic Colors of #F2D69F
Black with #F2D69F
Text Example
Text Example
White with #F2D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D69F; }
p { color: rgb(242,214,159); }
H1.HeaderClassName
{
color: #F2D69F;
}
.AnyTagClassName
{
color: #F2D69F;
}
</style>
background-color css
<style>
a { background-color: #F2D69F; }
a { background-color: rgb(242,214,159); }
div.DivClassName
{
background-color: #F2D69F;
}
.BgClassName
{
background-color: #F2D69F;
}
</style>
border-color css
<style>
span { border-color: #F2D69F; }
span { border-color: rgb(242,214,159); }
td.TdClassName
{
border-color: #F2D69F;
}
.TagClassName
{
border-color: #F2D69F;
}
</style>