Shades of Snuff #F3C2FA
Tints of Snuff #F3C2FA
RGB
CMYK
RGB Variations
Color information
#F3C2FA (or 0xF3C2FA) is known color: Snuff. HEX triplet: F3, C2 and FA. RGB value is (243,194,250). Sum of RGB (Red+Green+Blue) = 243+194+250=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2FA is #0C3D05. Grayscale: #D6D6D6. Windows color (decimal): -802054 or 16433907. OLE color: 16433907.
HSL color Cylindrical-coordinate representation of color #F3C2FA: hue angle of 292.5º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C2FA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 194 | 250 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.02 |
| HSL | 292.5º | 0.85% | 0.87% | - |
| HSV(B) | 292.5º | 0.22% | 0.98% | - |
| XYZ | 73.51 | 64.54 | 99.03 | - |
| YUV | 215.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 250 | 0.03 | 0.22 | 0 | 0.02 | 292.5 | 0.85 | 0.87 |
| Hex | F3 | C2 | FA | 3 | 16 | 0 | 2 | 124 | 55 | 57 |
| Octal | 363 | 302 | 372 | 3 | 26 | 0 | 2 | 444 | 125 | 127 |
| Binary | 11110011 | 11000010 | 11111010 | 11 | 10110 | 0 | 10 | 100100100 | 1010101 | 1010111 |
Color Harmonies of #F3C2FA
Complementary color
Monochromatic Colors of #F3C2FA
Black with #F3C2FA
Text Example
Text Example
White with #F3C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2FA; }
p { color: rgb(243,194,250); }
H1.HeaderClassName
{
color: #F3C2FA;
}
.AnyTagClassName
{
color: #F3C2FA;
}
</style>
background-color css
<style>
a { background-color: #F3C2FA; }
a { background-color: rgb(243,194,250); }
div.DivClassName
{
background-color: #F3C2FA;
}
.BgClassName
{
background-color: #F3C2FA;
}
</style>
border-color css
<style>
span { border-color: #F3C2FA; }
span { border-color: rgb(243,194,250); }
td.TdClassName
{
border-color: #F3C2FA;
}
.TagClassName
{
border-color: #F3C2FA;
}
</style>