Shades of Snuff #F5C8FA
Tints of Snuff #F5C8FA
RGB
CMYK
RGB Variations
Color information
#F5C8FA (or 0xF5C8FA) is known color: Snuff. HEX triplet: F5, C8 and FA. RGB value is (245,200,250). Sum of RGB (Red+Green+Blue) = 245+200+250=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 200 (78.52% from 255 or 28.78% 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 #F5C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C8FA is #0A3705. Grayscale: #DBDBDB. Windows color (decimal): -669446 or 16435445. OLE color: 16435445.
HSL color Cylindrical-coordinate representation of color #F5C8FA: hue angle of 294º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C8FA is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 200 | 250 | - |
| CMYK | 0.02 | 0.2 | 0 | 0.02 |
| HSL | 294º | 0.83% | 0.88% | - |
| HSV(B) | 294º | 0.2% | 0.98% | - |
| XYZ | 75.57 | 67.62 | 99.51 | - |
| YUV | 219.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 250 | 0.02 | 0.2 | 0 | 0.02 | 294 | 0.83 | 0.88 |
| Hex | F5 | C8 | FA | 2 | 14 | 0 | 2 | 126 | 53 | 58 |
| Octal | 365 | 310 | 372 | 2 | 24 | 0 | 2 | 446 | 123 | 130 |
| Binary | 11110101 | 11001000 | 11111010 | 10 | 10100 | 0 | 10 | 100100110 | 1010011 | 1011000 |
Color Harmonies of #F5C8FA
Complementary color
Monochromatic Colors of #F5C8FA
Black with #F5C8FA
Text Example
Text Example
White with #F5C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C8FA; }
p { color: rgb(245,200,250); }
H1.HeaderClassName
{
color: #F5C8FA;
}
.AnyTagClassName
{
color: #F5C8FA;
}
</style>
background-color css
<style>
a { background-color: #F5C8FA; }
a { background-color: rgb(245,200,250); }
div.DivClassName
{
background-color: #F5C8FA;
}
.BgClassName
{
background-color: #F5C8FA;
}
</style>
border-color css
<style>
span { border-color: #F5C8FA; }
span { border-color: rgb(245,200,250); }
td.TdClassName
{
border-color: #F5C8FA;
}
.TagClassName
{
border-color: #F5C8FA;
}
</style>