Shades of Snuff #F6BDF3
Tints of Snuff #F6BDF3
RGB
CMYK
RGB Variations
Color information
#F6BDF3 (or 0xF6BDF3) is known color: Snuff. HEX triplet: F6, BD and F3. RGB value is (246,189,243). Sum of RGB (Red+Green+Blue) = 246+189+243=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDF3 is #09420C. Grayscale: #D4D4D4. Windows color (decimal): -606733 or 15973878. OLE color: 15973878.
HSL color Cylindrical-coordinate representation of color #F6BDF3: hue angle of 303.16º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDF3 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 243 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.04 |
| HSL | 303.16º | 0.76% | 0.85% | - |
| HSV(B) | 303.16º | 0.23% | 0.96% | - |
| XYZ | 72.38 | 62.46 | 93.03 | - |
| YUV | 212.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 243 | 0 | 0.23 | 0.01 | 0.04 | 303.16 | 0.76 | 0.85 |
| Hex | F6 | BD | F3 | 0 | 17 | 1 | 4 | 12F | 4C | 55 |
| Octal | 366 | 275 | 363 | 0 | 27 | 1 | 4 | 457 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11110011 | 0 | 10111 | 1 | 100 | 100101111 | 1001100 | 1010101 |
Color Harmonies of #F6BDF3
Complementary color
Monochromatic Colors of #F6BDF3
Black with #F6BDF3
Text Example
Text Example
White with #F6BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDF3; }
p { color: rgb(246,189,243); }
H1.HeaderClassName
{
color: #F6BDF3;
}
.AnyTagClassName
{
color: #F6BDF3;
}
</style>
background-color css
<style>
a { background-color: #F6BDF3; }
a { background-color: rgb(246,189,243); }
div.DivClassName
{
background-color: #F6BDF3;
}
.BgClassName
{
background-color: #F6BDF3;
}
</style>
border-color css
<style>
span { border-color: #F6BDF3; }
span { border-color: rgb(246,189,243); }
td.TdClassName
{
border-color: #F6BDF3;
}
.TagClassName
{
border-color: #F6BDF3;
}
</style>