Shades of Snuff #F3CAFA
Tints of Snuff #F3CAFA
RGB
CMYK
RGB Variations
Color information
#F3CAFA (or 0xF3CAFA) is known color: Snuff. HEX triplet: F3, CA and FA. RGB value is (243,202,250). Sum of RGB (Red+Green+Blue) = 243+202+250=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAFA is #0C3505. Grayscale: #DBDBDB. Windows color (decimal): -800006 or 16435955. OLE color: 16435955.
HSL color Cylindrical-coordinate representation of color #F3CAFA: hue angle of 291.25º 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 #F3CAFA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 202 | 250 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.02 |
| HSL | 291.25º | 0.83% | 0.89% | - |
| HSV(B) | 291.25º | 0.19% | 0.98% | - |
| XYZ | 75.34 | 68.2 | 99.64 | - |
| YUV | 219.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 250 | 0.03 | 0.19 | 0 | 0.02 | 291.25 | 0.83 | 0.89 |
| Hex | F3 | CA | FA | 3 | 13 | 0 | 2 | 123 | 53 | 59 |
| Octal | 363 | 312 | 372 | 3 | 23 | 0 | 2 | 443 | 123 | 131 |
| Binary | 11110011 | 11001010 | 11111010 | 11 | 10011 | 0 | 10 | 100100011 | 1010011 | 1011001 |
Color Harmonies of #F3CAFA
Complementary color
Monochromatic Colors of #F3CAFA
Black with #F3CAFA
Text Example
Text Example
White with #F3CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAFA; }
p { color: rgb(243,202,250); }
H1.HeaderClassName
{
color: #F3CAFA;
}
.AnyTagClassName
{
color: #F3CAFA;
}
</style>
background-color css
<style>
a { background-color: #F3CAFA; }
a { background-color: rgb(243,202,250); }
div.DivClassName
{
background-color: #F3CAFA;
}
.BgClassName
{
background-color: #F3CAFA;
}
</style>
border-color css
<style>
span { border-color: #F3CAFA; }
span { border-color: rgb(243,202,250); }
td.TdClassName
{
border-color: #F3CAFA;
}
.TagClassName
{
border-color: #F3CAFA;
}
</style>