Shades of Splash #F2D49D
Tints of Splash #F2D49D
RGB
CMYK
RGB Variations
Color information
#F2D49D (or 0xF2D49D) is known color: Splash. HEX triplet: F2, D4 and 9D. RGB value is (242,212,157). Sum of RGB (Red+Green+Blue) = 242+212+157=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D49D is #0D2B62. Grayscale: #D6D6D6. Windows color (decimal): -863075 or 10343666. OLE color: 10343666.
HSL color Cylindrical-coordinate representation of color #F2D49D: hue angle of 38.82º degrees, saturation: 0.77, 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 #F2D49D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 157 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.05 |
| HSL | 38.82º | 0.77% | 0.78% | - |
| HSV(B) | 38.82º | 0.35% | 0.95% | - |
| XYZ | 66.25 | 68.4 | 41.61 | - |
| YUV | 214.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 157 | 0 | 0.12 | 0.35 | 0.05 | 38.82 | 0.77 | 0.78 |
| Hex | F2 | D4 | 9D | 0 | C | 23 | 5 | 27 | 4D | 4E |
| Octal | 362 | 324 | 235 | 0 | 14 | 43 | 5 | 47 | 115 | 116 |
| Binary | 11110010 | 11010100 | 10011101 | 0 | 1100 | 100011 | 101 | 100111 | 1001101 | 1001110 |
Color Harmonies of #F2D49D
Complementary color
Monochromatic Colors of #F2D49D
Black with #F2D49D
Text Example
Text Example
White with #F2D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D49D; }
p { color: rgb(242,212,157); }
H1.HeaderClassName
{
color: #F2D49D;
}
.AnyTagClassName
{
color: #F2D49D;
}
</style>
background-color css
<style>
a { background-color: #F2D49D; }
a { background-color: rgb(242,212,157); }
div.DivClassName
{
background-color: #F2D49D;
}
.BgClassName
{
background-color: #F2D49D;
}
</style>
border-color css
<style>
span { border-color: #F2D49D; }
span { border-color: rgb(242,212,157); }
td.TdClassName
{
border-color: #F2D49D;
}
.TagClassName
{
border-color: #F2D49D;
}
</style>