Shades of Snuff #F4CAFA
Tints of Snuff #F4CAFA
RGB
CMYK
RGB Variations
Color information
#F4CAFA (or 0xF4CAFA) is known color: Snuff. HEX triplet: F4, CA and FA. RGB value is (244,202,250). Sum of RGB (Red+Green+Blue) = 244+202+250=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAFA is #0B3505. Grayscale: #DBDBDB. Windows color (decimal): -734470 or 16435956. OLE color: 16435956.
HSL color Cylindrical-coordinate representation of color #F4CAFA: hue angle of 292.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4CAFA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 202 | 250 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.02 |
| HSL | 292.5º | 0.83% | 0.89% | - |
| HSV(B) | 292.5º | 0.19% | 0.98% | - |
| XYZ | 75.68 | 68.38 | 99.65 | - |
| YUV | 220.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 250 | 0.02 | 0.19 | 0 | 0.02 | 292.5 | 0.83 | 0.89 |
| Hex | F4 | CA | FA | 2 | 13 | 0 | 2 | 124 | 53 | 59 |
| Octal | 364 | 312 | 372 | 2 | 23 | 0 | 2 | 444 | 123 | 131 |
| Binary | 11110100 | 11001010 | 11111010 | 10 | 10011 | 0 | 10 | 100100100 | 1010011 | 1011001 |
Color Harmonies of #F4CAFA
Complementary color
Monochromatic Colors of #F4CAFA
Black with #F4CAFA
Text Example
Text Example
White with #F4CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CAFA; }
p { color: rgb(244,202,250); }
H1.HeaderClassName
{
color: #F4CAFA;
}
.AnyTagClassName
{
color: #F4CAFA;
}
</style>
background-color css
<style>
a { background-color: #F4CAFA; }
a { background-color: rgb(244,202,250); }
div.DivClassName
{
background-color: #F4CAFA;
}
.BgClassName
{
background-color: #F4CAFA;
}
</style>
border-color css
<style>
span { border-color: #F4CAFA; }
span { border-color: rgb(244,202,250); }
td.TdClassName
{
border-color: #F4CAFA;
}
.TagClassName
{
border-color: #F4CAFA;
}
</style>