Shades of Splash #F3D29B
Tints of Splash #F3D29B
RGB
CMYK
RGB Variations
Color information
#F3D29B (or 0xF3D29B) is known color: Splash. HEX triplet: F3, D2 and 9B. RGB value is (243,210,155). Sum of RGB (Red+Green+Blue) = 243+210+155=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D29B is #0C2D64. Grayscale: #D5D5D5. Windows color (decimal): -798053 or 10212083. OLE color: 10212083.
HSL color Cylindrical-coordinate representation of color #F3D29B: hue angle of 37.5º degrees, saturation: 0.79, 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 #F3D29B is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 155 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.05 |
| HSL | 37.5º | 0.79% | 0.78% | - |
| HSV(B) | 37.5º | 0.36% | 0.95% | - |
| XYZ | 65.93 | 67.51 | 40.57 | - |
| YUV | 213.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 155 | 0 | 0.14 | 0.36 | 0.05 | 37.5 | 0.79 | 0.78 |
| Hex | F3 | D2 | 9B | 0 | E | 24 | 5 | 26 | 4F | 4E |
| Octal | 363 | 322 | 233 | 0 | 16 | 44 | 5 | 46 | 117 | 116 |
| Binary | 11110011 | 11010010 | 10011011 | 0 | 1110 | 100100 | 101 | 100110 | 1001111 | 1001110 |
Color Harmonies of #F3D29B
Complementary color
Monochromatic Colors of #F3D29B
Black with #F3D29B
Text Example
Text Example
White with #F3D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D29B; }
p { color: rgb(243,210,155); }
H1.HeaderClassName
{
color: #F3D29B;
}
.AnyTagClassName
{
color: #F3D29B;
}
</style>
background-color css
<style>
a { background-color: #F3D29B; }
a { background-color: rgb(243,210,155); }
div.DivClassName
{
background-color: #F3D29B;
}
.BgClassName
{
background-color: #F3D29B;
}
</style>
border-color css
<style>
span { border-color: #F3D29B; }
span { border-color: rgb(243,210,155); }
td.TdClassName
{
border-color: #F3D29B;
}
.TagClassName
{
border-color: #F3D29B;
}
</style>