Shades of Snuff #F5BDF3
Tints of Snuff #F5BDF3
RGB
CMYK
RGB Variations
Color information
#F5BDF3 (or 0xF5BDF3) is known color: Snuff. HEX triplet: F5, BD and F3. RGB value is (245,189,243). Sum of RGB (Red+Green+Blue) = 245+189+243=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDF3 is #0A420C. Grayscale: #D3D3D3. Windows color (decimal): -672269 or 15973877. OLE color: 15973877.
HSL color Cylindrical-coordinate representation of color #F5BDF3: hue angle of 302.14º degrees, saturation: 0.74, 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 #F5BDF3 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 243 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.04 |
| HSL | 302.14º | 0.74% | 0.85% | - |
| HSV(B) | 302.14º | 0.23% | 0.96% | - |
| XYZ | 72.03 | 62.28 | 93.02 | - |
| YUV | 211.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 243 | 0 | 0.23 | 0.01 | 0.04 | 302.14 | 0.74 | 0.85 |
| Hex | F5 | BD | F3 | 0 | 17 | 1 | 4 | 12E | 4A | 55 |
| Octal | 365 | 275 | 363 | 0 | 27 | 1 | 4 | 456 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11110011 | 0 | 10111 | 1 | 100 | 100101110 | 1001010 | 1010101 |
Color Harmonies of #F5BDF3
Complementary color
Monochromatic Colors of #F5BDF3
Black with #F5BDF3
Text Example
Text Example
White with #F5BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDF3; }
p { color: rgb(245,189,243); }
H1.HeaderClassName
{
color: #F5BDF3;
}
.AnyTagClassName
{
color: #F5BDF3;
}
</style>
background-color css
<style>
a { background-color: #F5BDF3; }
a { background-color: rgb(245,189,243); }
div.DivClassName
{
background-color: #F5BDF3;
}
.BgClassName
{
background-color: #F5BDF3;
}
</style>
border-color css
<style>
span { border-color: #F5BDF3; }
span { border-color: rgb(245,189,243); }
td.TdClassName
{
border-color: #F5BDF3;
}
.TagClassName
{
border-color: #F5BDF3;
}
</style>