Shades of Snuff #F0CAF5
Tints of Snuff #F0CAF5
RGB
CMYK
RGB Variations
Color information
#F0CAF5 (or 0xF0CAF5) is known color: Snuff. HEX triplet: F0, CA and F5. RGB value is (240,202,245). Sum of RGB (Red+Green+Blue) = 240+202+245=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0CAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAF5 is #0F350A. Grayscale: #DADADA. Windows color (decimal): -996619 or 16108272. OLE color: 16108272.
HSL color Cylindrical-coordinate representation of color #F0CAF5: hue angle of 293.02º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CAF5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 202 | 245 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.04 |
| HSL | 293.02º | 0.68% | 0.88% | - |
| HSV(B) | 293.02º | 0.18% | 0.96% | - |
| XYZ | 73.54 | 67.36 | 95.51 | - |
| YUV | 218.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 245 | 0.02 | 0.18 | 0 | 0.04 | 293.02 | 0.68 | 0.88 |
| Hex | F0 | CA | F5 | 2 | 12 | 0 | 4 | 125 | 44 | 58 |
| Octal | 360 | 312 | 365 | 2 | 22 | 0 | 4 | 445 | 104 | 130 |
| Binary | 11110000 | 11001010 | 11110101 | 10 | 10010 | 0 | 100 | 100100101 | 1000100 | 1011000 |
Color Harmonies of #F0CAF5
Complementary color
Monochromatic Colors of #F0CAF5
Black with #F0CAF5
Text Example
Text Example
White with #F0CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAF5; }
p { color: rgb(240,202,245); }
H1.HeaderClassName
{
color: #F0CAF5;
}
.AnyTagClassName
{
color: #F0CAF5;
}
</style>
background-color css
<style>
a { background-color: #F0CAF5; }
a { background-color: rgb(240,202,245); }
div.DivClassName
{
background-color: #F0CAF5;
}
.BgClassName
{
background-color: #F0CAF5;
}
</style>
border-color css
<style>
span { border-color: #F0CAF5; }
span { border-color: rgb(240,202,245); }
td.TdClassName
{
border-color: #F0CAF5;
}
.TagClassName
{
border-color: #F0CAF5;
}
</style>