Shades of Splash #F2D49C
Tints of Splash #F2D49C
RGB
CMYK
RGB Variations
Color information
#F2D49C (or 0xF2D49C) is known color: Splash. HEX triplet: F2, D4 and 9C. RGB value is (242,212,156). Sum of RGB (Red+Green+Blue) = 242+212+156=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D49C is #0D2B63. Grayscale: #D6D6D6. Windows color (decimal): -863076 or 10278130. OLE color: 10278130.
HSL color Cylindrical-coordinate representation of color #F2D49C: hue angle of 39.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2D49C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 156 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.05 |
| HSL | 39.07º | 0.77% | 0.78% | - |
| HSV(B) | 39.07º | 0.36% | 0.95% | - |
| XYZ | 66.16 | 68.36 | 41.16 | - |
| YUV | 214.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 156 | 0 | 0.12 | 0.36 | 0.05 | 39.07 | 0.77 | 0.78 |
| Hex | F2 | D4 | 9C | 0 | C | 24 | 5 | 27 | 4D | 4E |
| Octal | 362 | 324 | 234 | 0 | 14 | 44 | 5 | 47 | 115 | 116 |
| Binary | 11110010 | 11010100 | 10011100 | 0 | 1100 | 100100 | 101 | 100111 | 1001101 | 1001110 |
Color Harmonies of #F2D49C
Complementary color
Monochromatic Colors of #F2D49C
Black with #F2D49C
Text Example
Text Example
White with #F2D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D49C; }
p { color: rgb(242,212,156); }
H1.HeaderClassName
{
color: #F2D49C;
}
.AnyTagClassName
{
color: #F2D49C;
}
</style>
background-color css
<style>
a { background-color: #F2D49C; }
a { background-color: rgb(242,212,156); }
div.DivClassName
{
background-color: #F2D49C;
}
.BgClassName
{
background-color: #F2D49C;
}
</style>
border-color css
<style>
span { border-color: #F2D49C; }
span { border-color: rgb(242,212,156); }
td.TdClassName
{
border-color: #F2D49C;
}
.TagClassName
{
border-color: #F2D49C;
}
</style>