Shades of Snuff #F0CCEA
Tints of Snuff #F0CCEA
RGB
CMYK
RGB Variations
Color information
#F0CCEA (or 0xF0CCEA) is known color: Snuff. HEX triplet: F0, CC and EA. RGB value is (240,204,234). Sum of RGB (Red+Green+Blue) = 240+204+234=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCEA is #0F3315. Grayscale: #DADADA. Windows color (decimal): -996118 or 15387888. OLE color: 15387888.
HSL color Cylindrical-coordinate representation of color #F0CCEA: hue angle of 310º 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 #F0CCEA is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 234 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.06 |
| HSL | 310º | 0.55% | 0.87% | - |
| HSV(B) | 310º | 0.15% | 0.94% | - |
| XYZ | 72.38 | 67.65 | 87.09 | - |
| YUV | 218.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 234 | 0 | 0.15 | 0.02 | 0.06 | 310 | 0.55 | 0.87 |
| Hex | F0 | CC | EA | 0 | F | 2 | 6 | 136 | 37 | 57 |
| Octal | 360 | 314 | 352 | 0 | 17 | 2 | 6 | 466 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11101010 | 0 | 1111 | 10 | 110 | 100110110 | 110111 | 1010111 |
Color Harmonies of #F0CCEA
Complementary color
Monochromatic Colors of #F0CCEA
Black with #F0CCEA
Text Example
Text Example
White with #F0CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCEA; }
p { color: rgb(240,204,234); }
H1.HeaderClassName
{
color: #F0CCEA;
}
.AnyTagClassName
{
color: #F0CCEA;
}
</style>
background-color css
<style>
a { background-color: #F0CCEA; }
a { background-color: rgb(240,204,234); }
div.DivClassName
{
background-color: #F0CCEA;
}
.BgClassName
{
background-color: #F0CCEA;
}
</style>
border-color css
<style>
span { border-color: #F0CCEA; }
span { border-color: rgb(240,204,234); }
td.TdClassName
{
border-color: #F0CCEA;
}
.TagClassName
{
border-color: #F0CCEA;
}
</style>