Shades of Snuff #F3C9FA
Tints of Snuff #F3C9FA
RGB
CMYK
RGB Variations
Color information
#F3C9FA (or 0xF3C9FA) is known color: Snuff. HEX triplet: F3, C9 and FA. RGB value is (243,201,250). Sum of RGB (Red+Green+Blue) = 243+201+250=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 201 (78.91% from 255 or 28.96% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C9FA is #0C3605. Grayscale: #DADADA. Windows color (decimal): -800262 or 16435699. OLE color: 16435699.
HSL color Cylindrical-coordinate representation of color #F3C9FA: hue angle of 291.43º 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 #F3C9FA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 201 | 250 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.02 |
| HSL | 291.43º | 0.83% | 0.88% | - |
| HSV(B) | 291.43º | 0.2% | 0.98% | - |
| XYZ | 75.1 | 67.73 | 99.56 | - |
| YUV | 219.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 250 | 0.03 | 0.20 | 0 | 0.02 | 291.43 | 0.83 | 0.88 |
| Hex | F3 | C9 | FA | 3 | 14 | 0 | 2 | 123 | 53 | 58 |
| Octal | 363 | 311 | 372 | 3 | 24 | 0 | 2 | 443 | 123 | 130 |
| Binary | 11110011 | 11001001 | 11111010 | 11 | 10100 | 0 | 10 | 100100011 | 1010011 | 1011000 |
Color Harmonies of #F3C9FA
Complementary color
Monochromatic Colors of #F3C9FA
Black with #F3C9FA
Text Example
Text Example
White with #F3C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9FA; }
p { color: rgb(243,201,250); }
H1.HeaderClassName
{
color: #F3C9FA;
}
.AnyTagClassName
{
color: #F3C9FA;
}
</style>
background-color css
<style>
a { background-color: #F3C9FA; }
a { background-color: rgb(243,201,250); }
div.DivClassName
{
background-color: #F3C9FA;
}
.BgClassName
{
background-color: #F3C9FA;
}
</style>
border-color css
<style>
span { border-color: #F3C9FA; }
span { border-color: rgb(243,201,250); }
td.TdClassName
{
border-color: #F3C9FA;
}
.TagClassName
{
border-color: #F3C9FA;
}
</style>