Shades of Splash #F3D29D
Tints of Splash #F3D29D
RGB
CMYK
RGB Variations
Color information
#F3D29D (or 0xF3D29D) is known color: Splash. HEX triplet: F3, D2 and 9D. RGB value is (243,210,157). Sum of RGB (Red+Green+Blue) = 243+210+157=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D29D is #0C2D62. Grayscale: #D6D6D6. Windows color (decimal): -798051 or 10343155. OLE color: 10343155.
HSL color Cylindrical-coordinate representation of color #F3D29D: hue angle of 36.98º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3D29D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 157 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.05 |
| HSL | 36.98º | 0.78% | 0.78% | - |
| HSV(B) | 36.98º | 0.35% | 0.95% | - |
| XYZ | 66.09 | 67.58 | 41.46 | - |
| YUV | 213.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 157 | 0 | 0.14 | 0.35 | 0.05 | 36.98 | 0.78 | 0.78 |
| Hex | F3 | D2 | 9D | 0 | E | 23 | 5 | 25 | 4E | 4E |
| Octal | 363 | 322 | 235 | 0 | 16 | 43 | 5 | 45 | 116 | 116 |
| Binary | 11110011 | 11010010 | 10011101 | 0 | 1110 | 100011 | 101 | 100101 | 1001110 | 1001110 |
Color Harmonies of #F3D29D
Complementary color
Monochromatic Colors of #F3D29D
Black with #F3D29D
Text Example
Text Example
White with #F3D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D29D; }
p { color: rgb(243,210,157); }
H1.HeaderClassName
{
color: #F3D29D;
}
.AnyTagClassName
{
color: #F3D29D;
}
</style>
background-color css
<style>
a { background-color: #F3D29D; }
a { background-color: rgb(243,210,157); }
div.DivClassName
{
background-color: #F3D29D;
}
.BgClassName
{
background-color: #F3D29D;
}
</style>
border-color css
<style>
span { border-color: #F3D29D; }
span { border-color: rgb(243,210,157); }
td.TdClassName
{
border-color: #F3D29D;
}
.TagClassName
{
border-color: #F3D29D;
}
</style>