Shades of Soapstone #F0E5D6
Tints of Soapstone #F0E5D6
RGB
CMYK
RGB Variations
Color information
#F0E5D6 (or 0xF0E5D6) is known color: Soapstone. HEX triplet: F0, E5 and D6. RGB value is (240,229,214). Sum of RGB (Red+Green+Blue) = 240+229+214=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5D6 is #0F1A29. Grayscale: #E6E6E6. Windows color (decimal): -989738 or 14083568. OLE color: 14083568.
HSL color Cylindrical-coordinate representation of color #F0E5D6: hue angle of 34.62º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E5D6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 214 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.06 |
| HSL | 34.62º | 0.46% | 0.89% | - |
| HSV(B) | 34.62º | 0.11% | 0.94% | - |
| XYZ | 76.09 | 79.42 | 74.94 | - |
| YUV | 230.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 214 | 0 | 0.05 | 0.11 | 0.06 | 34.62 | 0.46 | 0.89 |
| Hex | F0 | E5 | D6 | 0 | 5 | B | 6 | 23 | 2E | 59 |
| Octal | 360 | 345 | 326 | 0 | 5 | 13 | 6 | 43 | 56 | 131 |
| Binary | 11110000 | 11100101 | 11010110 | 0 | 101 | 1011 | 110 | 100011 | 101110 | 1011001 |
Color Harmonies of #F0E5D6
Complementary color
Monochromatic Colors of #F0E5D6
Black with #F0E5D6
Text Example
Text Example
White with #F0E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5D6; }
p { color: rgb(240,229,214); }
H1.HeaderClassName
{
color: #F0E5D6;
}
.AnyTagClassName
{
color: #F0E5D6;
}
</style>
background-color css
<style>
a { background-color: #F0E5D6; }
a { background-color: rgb(240,229,214); }
div.DivClassName
{
background-color: #F0E5D6;
}
.BgClassName
{
background-color: #F0E5D6;
}
</style>
border-color css
<style>
span { border-color: #F0E5D6; }
span { border-color: rgb(240,229,214); }
td.TdClassName
{
border-color: #F0E5D6;
}
.TagClassName
{
border-color: #F0E5D6;
}
</style>