Shades of Splash #F2D494
Tints of Splash #F2D494
RGB
CMYK
RGB Variations
Color information
#F2D494 (or 0xF2D494) is known color: Splash. HEX triplet: F2, D4 and 94. RGB value is (242,212,148). Sum of RGB (Red+Green+Blue) = 242+212+148=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D494 is #0D2B6B. Grayscale: #D5D5D5. Windows color (decimal): -863084 or 9753842. OLE color: 9753842.
HSL color Cylindrical-coordinate representation of color #F2D494: hue angle of 40.85º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2D494 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 148 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.05 |
| HSL | 40.85º | 0.78% | 0.76% | - |
| HSV(B) | 40.85º | 0.39% | 0.95% | - |
| XYZ | 65.51 | 68.1 | 37.71 | - |
| YUV | 213.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 148 | 0 | 0.12 | 0.39 | 0.05 | 40.85 | 0.78 | 0.76 |
| Hex | F2 | D4 | 94 | 0 | C | 27 | 5 | 29 | 4E | 4C |
| Octal | 362 | 324 | 224 | 0 | 14 | 47 | 5 | 51 | 116 | 114 |
| Binary | 11110010 | 11010100 | 10010100 | 0 | 1100 | 100111 | 101 | 101001 | 1001110 | 1001100 |
Color Harmonies of #F2D494
Complementary color
Monochromatic Colors of #F2D494
Black with #F2D494
Text Example
Text Example
White with #F2D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D494; }
p { color: rgb(242,212,148); }
H1.HeaderClassName
{
color: #F2D494;
}
.AnyTagClassName
{
color: #F2D494;
}
</style>
background-color css
<style>
a { background-color: #F2D494; }
a { background-color: rgb(242,212,148); }
div.DivClassName
{
background-color: #F2D494;
}
.BgClassName
{
background-color: #F2D494;
}
</style>
border-color css
<style>
span { border-color: #F2D494; }
span { border-color: rgb(242,212,148); }
td.TdClassName
{
border-color: #F2D494;
}
.TagClassName
{
border-color: #F2D494;
}
</style>