Shades of Snuff #F0CDEE
Tints of Snuff #F0CDEE
RGB
CMYK
RGB Variations
Color information
#F0CDEE (or 0xF0CDEE) is known color: Snuff. HEX triplet: F0, CD and EE. RGB value is (240,205,238). Sum of RGB (Red+Green+Blue) = 240+205+238=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDEE is #0F3211. Grayscale: #DBDBDB. Windows color (decimal): -995858 or 15650288. OLE color: 15650288.
HSL color Cylindrical-coordinate representation of color #F0CDEE: hue angle of 303.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDEE is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 238 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 303.43º | 0.54% | 0.87% | - |
| HSV(B) | 303.43º | 0.15% | 0.94% | - |
| XYZ | 73.2 | 68.36 | 90.23 | - |
| YUV | 219.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 238 | 0 | 0.15 | 0.01 | 0.06 | 303.43 | 0.54 | 0.87 |
| Hex | F0 | CD | EE | 0 | F | 1 | 6 | 12F | 36 | 57 |
| Octal | 360 | 315 | 356 | 0 | 17 | 1 | 6 | 457 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11101110 | 0 | 1111 | 1 | 110 | 100101111 | 110110 | 1010111 |
Color Harmonies of #F0CDEE
Complementary color
Monochromatic Colors of #F0CDEE
Black with #F0CDEE
Text Example
Text Example
White with #F0CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDEE; }
p { color: rgb(240,205,238); }
H1.HeaderClassName
{
color: #F0CDEE;
}
.AnyTagClassName
{
color: #F0CDEE;
}
</style>
background-color css
<style>
a { background-color: #F0CDEE; }
a { background-color: rgb(240,205,238); }
div.DivClassName
{
background-color: #F0CDEE;
}
.BgClassName
{
background-color: #F0CDEE;
}
</style>
border-color css
<style>
span { border-color: #F0CDEE; }
span { border-color: rgb(240,205,238); }
td.TdClassName
{
border-color: #F0CDEE;
}
.TagClassName
{
border-color: #F0CDEE;
}
</style>