Shades of Snuff #F3C4F4
Tints of Snuff #F3C4F4
RGB
CMYK
RGB Variations
Color information
#F3C4F4 (or 0xF3C4F4) is known color: Snuff. HEX triplet: F3, C4 and F4. RGB value is (243,196,244). Sum of RGB (Red+Green+Blue) = 243+196+244=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #F3C4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C4F4 is #0C3B0B. Grayscale: #D7D7D7. Windows color (decimal): -801548 or 16041203. OLE color: 16041203.
HSL color Cylindrical-coordinate representation of color #F3C4F4: hue angle of 298.75º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C4F4 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 196 | 244 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.04 |
| HSL | 298.75º | 0.69% | 0.86% | - |
| HSV(B) | 298.75º | 0.2% | 0.96% | - |
| XYZ | 73.03 | 65.07 | 94.3 | - |
| YUV | 215.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 244 | 0.00 | 0.20 | 0 | 0.04 | 298.75 | 0.69 | 0.86 |
| Hex | F3 | C4 | F4 | 0 | 14 | 0 | 4 | 12B | 45 | 56 |
| Octal | 363 | 304 | 364 | 0 | 24 | 0 | 4 | 453 | 105 | 126 |
| Binary | 11110011 | 11000100 | 11110100 | 0 | 10100 | 0 | 100 | 100101011 | 1000101 | 1010110 |
Color Harmonies of #F3C4F4
Complementary color
Monochromatic Colors of #F3C4F4
Black with #F3C4F4
Text Example
Text Example
White with #F3C4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4F4; }
p { color: rgb(243,196,244); }
H1.HeaderClassName
{
color: #F3C4F4;
}
.AnyTagClassName
{
color: #F3C4F4;
}
</style>
background-color css
<style>
a { background-color: #F3C4F4; }
a { background-color: rgb(243,196,244); }
div.DivClassName
{
background-color: #F3C4F4;
}
.BgClassName
{
background-color: #F3C4F4;
}
</style>
border-color css
<style>
span { border-color: #F3C4F4; }
span { border-color: rgb(243,196,244); }
td.TdClassName
{
border-color: #F3C4F4;
}
.TagClassName
{
border-color: #F3C4F4;
}
</style>