Shades of Snuff #F5CAFA
Tints of Snuff #F5CAFA
RGB
CMYK
RGB Variations
Color information
#F5CAFA (or 0xF5CAFA) is known color: Snuff. HEX triplet: F5, CA and FA. RGB value is (245,202,250). Sum of RGB (Red+Green+Blue) = 245+202+250=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAFA is #0A3505. Grayscale: #DCDCDC. Windows color (decimal): -668934 or 16435957. OLE color: 16435957.
HSL color Cylindrical-coordinate representation of color #F5CAFA: hue angle of 293.75º 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 #F5CAFA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 202 | 250 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.02 |
| HSL | 293.75º | 0.83% | 0.89% | - |
| HSV(B) | 293.75º | 0.19% | 0.98% | - |
| XYZ | 76.03 | 68.56 | 99.67 | - |
| YUV | 220.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 250 | 0.02 | 0.19 | 0 | 0.02 | 293.75 | 0.83 | 0.89 |
| Hex | F5 | CA | FA | 2 | 13 | 0 | 2 | 126 | 53 | 59 |
| Octal | 365 | 312 | 372 | 2 | 23 | 0 | 2 | 446 | 123 | 131 |
| Binary | 11110101 | 11001010 | 11111010 | 10 | 10011 | 0 | 10 | 100100110 | 1010011 | 1011001 |
Color Harmonies of #F5CAFA
Complementary color
Monochromatic Colors of #F5CAFA
Black with #F5CAFA
Text Example
Text Example
White with #F5CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CAFA; }
p { color: rgb(245,202,250); }
H1.HeaderClassName
{
color: #F5CAFA;
}
.AnyTagClassName
{
color: #F5CAFA;
}
</style>
background-color css
<style>
a { background-color: #F5CAFA; }
a { background-color: rgb(245,202,250); }
div.DivClassName
{
background-color: #F5CAFA;
}
.BgClassName
{
background-color: #F5CAFA;
}
</style>
border-color css
<style>
span { border-color: #F5CAFA; }
span { border-color: rgb(245,202,250); }
td.TdClassName
{
border-color: #F5CAFA;
}
.TagClassName
{
border-color: #F5CAFA;
}
</style>