Shades of Splash #F2DBA3
Tints of Splash #F2DBA3
RGB
CMYK
RGB Variations
Color information
#F2DBA3 (or 0xF2DBA3) is known color: Splash. HEX triplet: F2, DB and A3. RGB value is (242,219,163). Sum of RGB (Red+Green+Blue) = 242+219+163=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBA3 is #0D245C. Grayscale: #DBDBDB. Windows color (decimal): -861277 or 10738674. OLE color: 10738674.
HSL color Cylindrical-coordinate representation of color #F2DBA3: hue angle of 42.53º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2DBA3 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 163 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.05 |
| HSL | 42.53º | 0.75% | 0.79% | - |
| HSV(B) | 42.53º | 0.33% | 0.95% | - |
| XYZ | 68.56 | 72.18 | 44.97 | - |
| YUV | 219.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 163 | 0 | 0.10 | 0.33 | 0.05 | 42.53 | 0.75 | 0.79 |
| Hex | F2 | DB | A3 | 0 | A | 21 | 5 | 2B | 4B | 4F |
| Octal | 362 | 333 | 243 | 0 | 12 | 41 | 5 | 53 | 113 | 117 |
| Binary | 11110010 | 11011011 | 10100011 | 0 | 1010 | 100001 | 101 | 101011 | 1001011 | 1001111 |
Color Harmonies of #F2DBA3
Complementary color
Monochromatic Colors of #F2DBA3
Black with #F2DBA3
Text Example
Text Example
White with #F2DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBA3; }
p { color: rgb(242,219,163); }
H1.HeaderClassName
{
color: #F2DBA3;
}
.AnyTagClassName
{
color: #F2DBA3;
}
</style>
background-color css
<style>
a { background-color: #F2DBA3; }
a { background-color: rgb(242,219,163); }
div.DivClassName
{
background-color: #F2DBA3;
}
.BgClassName
{
background-color: #F2DBA3;
}
</style>
border-color css
<style>
span { border-color: #F2DBA3; }
span { border-color: rgb(242,219,163); }
td.TdClassName
{
border-color: #F2DBA3;
}
.TagClassName
{
border-color: #F2DBA3;
}
</style>