Shades of Splash #F3DAA3
Tints of Splash #F3DAA3
RGB
CMYK
RGB Variations
Color information
#F3DAA3 (or 0xF3DAA3) is known color: Splash. HEX triplet: F3, DA and A3. RGB value is (243,218,163). Sum of RGB (Red+Green+Blue) = 243+218+163=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DAA3 is #0C255C. Grayscale: #DBDBDB. Windows color (decimal): -795997 or 10738419. OLE color: 10738419.
HSL color Cylindrical-coordinate representation of color #F3DAA3: hue angle of 41.25º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3DAA3 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 163 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.05 |
| HSL | 41.25º | 0.77% | 0.8% | - |
| HSV(B) | 41.25º | 0.33% | 0.95% | - |
| XYZ | 68.64 | 71.84 | 44.9 | - |
| YUV | 219.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 163 | 0 | 0.10 | 0.33 | 0.05 | 41.25 | 0.77 | 0.8 |
| Hex | F3 | DA | A3 | 0 | A | 21 | 5 | 29 | 4D | 50 |
| Octal | 363 | 332 | 243 | 0 | 12 | 41 | 5 | 51 | 115 | 120 |
| Binary | 11110011 | 11011010 | 10100011 | 0 | 1010 | 100001 | 101 | 101001 | 1001101 | 1010000 |
Color Harmonies of #F3DAA3
Complementary color
Monochromatic Colors of #F3DAA3
Black with #F3DAA3
Text Example
Text Example
White with #F3DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAA3; }
p { color: rgb(243,218,163); }
H1.HeaderClassName
{
color: #F3DAA3;
}
.AnyTagClassName
{
color: #F3DAA3;
}
</style>
background-color css
<style>
a { background-color: #F3DAA3; }
a { background-color: rgb(243,218,163); }
div.DivClassName
{
background-color: #F3DAA3;
}
.BgClassName
{
background-color: #F3DAA3;
}
</style>
border-color css
<style>
span { border-color: #F3DAA3; }
span { border-color: rgb(243,218,163); }
td.TdClassName
{
border-color: #F3DAA3;
}
.TagClassName
{
border-color: #F3DAA3;
}
</style>