Shades of Snuff #F0CAF4
Tints of Snuff #F0CAF4
RGB
CMYK
RGB Variations
Color information
#F0CAF4 (or 0xF0CAF4) is known color: Snuff. HEX triplet: F0, CA and F4. RGB value is (240,202,244). Sum of RGB (Red+Green+Blue) = 240+202+244=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0CAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAF4 is #0F350B. Grayscale: #DADADA. Windows color (decimal): -996620 or 16042736. OLE color: 16042736.
HSL color Cylindrical-coordinate representation of color #F0CAF4: hue angle of 294.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CAF4 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 202 | 244 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.04 |
| HSL | 294.29º | 0.66% | 0.87% | - |
| HSV(B) | 294.29º | 0.17% | 0.96% | - |
| XYZ | 73.38 | 67.3 | 94.71 | - |
| YUV | 218.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 244 | 0.02 | 0.17 | 0 | 0.04 | 294.29 | 0.66 | 0.87 |
| Hex | F0 | CA | F4 | 2 | 11 | 0 | 4 | 126 | 42 | 57 |
| Octal | 360 | 312 | 364 | 2 | 21 | 0 | 4 | 446 | 102 | 127 |
| Binary | 11110000 | 11001010 | 11110100 | 10 | 10001 | 0 | 100 | 100100110 | 1000010 | 1010111 |
Color Harmonies of #F0CAF4
Complementary color
Monochromatic Colors of #F0CAF4
Black with #F0CAF4
Text Example
Text Example
White with #F0CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAF4; }
p { color: rgb(240,202,244); }
H1.HeaderClassName
{
color: #F0CAF4;
}
.AnyTagClassName
{
color: #F0CAF4;
}
</style>
background-color css
<style>
a { background-color: #F0CAF4; }
a { background-color: rgb(240,202,244); }
div.DivClassName
{
background-color: #F0CAF4;
}
.BgClassName
{
background-color: #F0CAF4;
}
</style>
border-color css
<style>
span { border-color: #F0CAF4; }
span { border-color: rgb(240,202,244); }
td.TdClassName
{
border-color: #F0CAF4;
}
.TagClassName
{
border-color: #F0CAF4;
}
</style>