Shades of Snuff #F6CAFA
Tints of Snuff #F6CAFA
RGB
CMYK
RGB Variations
Color information
#F6CAFA (or 0xF6CAFA) is known color: Snuff. HEX triplet: F6, CA and FA. RGB value is (246,202,250). Sum of RGB (Red+Green+Blue) = 246+202+250=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAFA is #093505. Grayscale: #DCDCDC. Windows color (decimal): -603398 or 16435958. OLE color: 16435958.
HSL color Cylindrical-coordinate representation of color #F6CAFA: hue angle of 295º 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 #F6CAFA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 202 | 250 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.02 |
| HSL | 295º | 0.83% | 0.89% | - |
| HSV(B) | 295º | 0.19% | 0.98% | - |
| XYZ | 76.38 | 68.74 | 99.68 | - |
| YUV | 220.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 250 | 0.02 | 0.19 | 0 | 0.02 | 295 | 0.83 | 0.89 |
| Hex | F6 | CA | FA | 2 | 13 | 0 | 2 | 127 | 53 | 59 |
| Octal | 366 | 312 | 372 | 2 | 23 | 0 | 2 | 447 | 123 | 131 |
| Binary | 11110110 | 11001010 | 11111010 | 10 | 10011 | 0 | 10 | 100100111 | 1010011 | 1011001 |
Color Harmonies of #F6CAFA
Complementary color
Monochromatic Colors of #F6CAFA
Black with #F6CAFA
Text Example
Text Example
White with #F6CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CAFA; }
p { color: rgb(246,202,250); }
H1.HeaderClassName
{
color: #F6CAFA;
}
.AnyTagClassName
{
color: #F6CAFA;
}
</style>
background-color css
<style>
a { background-color: #F6CAFA; }
a { background-color: rgb(246,202,250); }
div.DivClassName
{
background-color: #F6CAFA;
}
.BgClassName
{
background-color: #F6CAFA;
}
</style>
border-color css
<style>
span { border-color: #F6CAFA; }
span { border-color: rgb(246,202,250); }
td.TdClassName
{
border-color: #F6CAFA;
}
.TagClassName
{
border-color: #F6CAFA;
}
</style>