Shades of Snuff #F0CCEE
Tints of Snuff #F0CCEE
RGB
CMYK
RGB Variations
Color information
#F0CCEE (or 0xF0CCEE) is known color: Snuff. HEX triplet: F0, CC and EE. RGB value is (240,204,238). Sum of RGB (Red+Green+Blue) = 240+204+238=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCEE is #0F3311. Grayscale: #DADADA. Windows color (decimal): -996114 or 15650032. OLE color: 15650032.
HSL color Cylindrical-coordinate representation of color #F0CCEE: hue angle of 303.33º degrees, saturation: 0.55, 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 #F0CCEE is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 238 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 303.33º | 0.55% | 0.87% | - |
| HSV(B) | 303.33º | 0.15% | 0.94% | - |
| XYZ | 72.96 | 67.88 | 90.15 | - |
| YUV | 218.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 238 | 0 | 0.15 | 0.01 | 0.06 | 303.33 | 0.55 | 0.87 |
| Hex | F0 | CC | EE | 0 | F | 1 | 6 | 12F | 37 | 57 |
| Octal | 360 | 314 | 356 | 0 | 17 | 1 | 6 | 457 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11101110 | 0 | 1111 | 1 | 110 | 100101111 | 110111 | 1010111 |
Color Harmonies of #F0CCEE
Complementary color
Monochromatic Colors of #F0CCEE
Black with #F0CCEE
Text Example
Text Example
White with #F0CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCEE; }
p { color: rgb(240,204,238); }
H1.HeaderClassName
{
color: #F0CCEE;
}
.AnyTagClassName
{
color: #F0CCEE;
}
</style>
background-color css
<style>
a { background-color: #F0CCEE; }
a { background-color: rgb(240,204,238); }
div.DivClassName
{
background-color: #F0CCEE;
}
.BgClassName
{
background-color: #F0CCEE;
}
</style>
border-color css
<style>
span { border-color: #F0CCEE; }
span { border-color: rgb(240,204,238); }
td.TdClassName
{
border-color: #F0CCEE;
}
.TagClassName
{
border-color: #F0CCEE;
}
</style>