Shades of Splash #F2D49E
Tints of Splash #F2D49E
RGB
CMYK
RGB Variations
Color information
#F2D49E (or 0xF2D49E) is known color: Splash. HEX triplet: F2, D4 and 9E. RGB value is (242,212,158). Sum of RGB (Red+Green+Blue) = 242+212+158=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D49E is #0D2B61. Grayscale: #D7D7D7. Windows color (decimal): -863074 or 10409202. OLE color: 10409202.
HSL color Cylindrical-coordinate representation of color #F2D49E: hue angle of 38.57º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2D49E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 158 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.05 |
| HSL | 38.57º | 0.76% | 0.78% | - |
| HSV(B) | 38.57º | 0.35% | 0.95% | - |
| XYZ | 66.33 | 68.43 | 42.06 | - |
| YUV | 214.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 158 | 0 | 0.12 | 0.35 | 0.05 | 38.57 | 0.76 | 0.78 |
| Hex | F2 | D4 | 9E | 0 | C | 23 | 5 | 27 | 4C | 4E |
| Octal | 362 | 324 | 236 | 0 | 14 | 43 | 5 | 47 | 114 | 116 |
| Binary | 11110010 | 11010100 | 10011110 | 0 | 1100 | 100011 | 101 | 100111 | 1001100 | 1001110 |
Color Harmonies of #F2D49E
Complementary color
Monochromatic Colors of #F2D49E
Black with #F2D49E
Text Example
Text Example
White with #F2D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D49E; }
p { color: rgb(242,212,158); }
H1.HeaderClassName
{
color: #F2D49E;
}
.AnyTagClassName
{
color: #F2D49E;
}
</style>
background-color css
<style>
a { background-color: #F2D49E; }
a { background-color: rgb(242,212,158); }
div.DivClassName
{
background-color: #F2D49E;
}
.BgClassName
{
background-color: #F2D49E;
}
</style>
border-color css
<style>
span { border-color: #F2D49E; }
span { border-color: rgb(242,212,158); }
td.TdClassName
{
border-color: #F2D49E;
}
.TagClassName
{
border-color: #F2D49E;
}
</style>