Shades of Splash #F2DE9B
Tints of Splash #F2DE9B
RGB
CMYK
RGB Variations
Color information
#F2DE9B (or 0xF2DE9B) is known color: Splash. HEX triplet: F2, DE and 9B. RGB value is (242,222,155). Sum of RGB (Red+Green+Blue) = 242+222+155=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DE9B is #0D2164. Grayscale: #DCDCDC. Windows color (decimal): -860517 or 10215154. OLE color: 10215154.
HSL color Cylindrical-coordinate representation of color #F2DE9B: hue angle of 46.21º 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 #F2DE9B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 155 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.05 |
| HSL | 46.21º | 0.77% | 0.78% | - |
| HSV(B) | 46.21º | 0.36% | 0.95% | - |
| XYZ | 68.66 | 73.49 | 41.58 | - |
| YUV | 220.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 155 | 0 | 0.08 | 0.36 | 0.05 | 46.21 | 0.77 | 0.78 |
| Hex | F2 | DE | 9B | 0 | 8 | 24 | 5 | 2E | 4D | 4E |
| Octal | 362 | 336 | 233 | 0 | 10 | 44 | 5 | 56 | 115 | 116 |
| Binary | 11110010 | 11011110 | 10011011 | 0 | 1000 | 100100 | 101 | 101110 | 1001101 | 1001110 |
Color Harmonies of #F2DE9B
Complementary color
Monochromatic Colors of #F2DE9B
Black with #F2DE9B
Text Example
Text Example
White with #F2DE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE9B; }
p { color: rgb(242,222,155); }
H1.HeaderClassName
{
color: #F2DE9B;
}
.AnyTagClassName
{
color: #F2DE9B;
}
</style>
background-color css
<style>
a { background-color: #F2DE9B; }
a { background-color: rgb(242,222,155); }
div.DivClassName
{
background-color: #F2DE9B;
}
.BgClassName
{
background-color: #F2DE9B;
}
</style>
border-color css
<style>
span { border-color: #F2DE9B; }
span { border-color: rgb(242,222,155); }
td.TdClassName
{
border-color: #F2DE9B;
}
.TagClassName
{
border-color: #F2DE9B;
}
</style>