Shades of Snuff #F4BDF6
Tints of Snuff #F4BDF6
RGB
CMYK
RGB Variations
Color information
#F4BDF6 (or 0xF4BDF6) is known color: Snuff. HEX triplet: F4, BD and F6. RGB value is (244,189,246). Sum of RGB (Red+Green+Blue) = 244+189+246=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4BDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF6 is #0B4209. Grayscale: #D3D3D3. Windows color (decimal): -737802 or 16170484. OLE color: 16170484.
HSL color Cylindrical-coordinate representation of color #F4BDF6: hue angle of 297.89º 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 #F4BDF6 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 246 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.04 |
| HSL | 297.89º | 0.76% | 0.85% | - |
| HSV(B) | 297.89º | 0.23% | 0.96% | - |
| XYZ | 72.14 | 62.28 | 95.41 | - |
| YUV | 211.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 246 | 0.01 | 0.23 | 0 | 0.04 | 297.89 | 0.76 | 0.85 |
| Hex | F4 | BD | F6 | 1 | 17 | 0 | 4 | 12A | 4C | 55 |
| Octal | 364 | 275 | 366 | 1 | 27 | 0 | 4 | 452 | 114 | 125 |
| Binary | 11110100 | 10111101 | 11110110 | 1 | 10111 | 0 | 100 | 100101010 | 1001100 | 1010101 |
Color Harmonies of #F4BDF6
Complementary color
Monochromatic Colors of #F4BDF6
Black with #F4BDF6
Text Example
Text Example
White with #F4BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDF6; }
p { color: rgb(244,189,246); }
H1.HeaderClassName
{
color: #F4BDF6;
}
.AnyTagClassName
{
color: #F4BDF6;
}
</style>
background-color css
<style>
a { background-color: #F4BDF6; }
a { background-color: rgb(244,189,246); }
div.DivClassName
{
background-color: #F4BDF6;
}
.BgClassName
{
background-color: #F4BDF6;
}
</style>
border-color css
<style>
span { border-color: #F4BDF6; }
span { border-color: rgb(244,189,246); }
td.TdClassName
{
border-color: #F4BDF6;
}
.TagClassName
{
border-color: #F4BDF6;
}
</style>