Shades of Snuff #F4BDF3
Tints of Snuff #F4BDF3
RGB
CMYK
RGB Variations
Color information
#F4BDF3 (or 0xF4BDF3) is known color: Snuff. HEX triplet: F4, BD and F3. RGB value is (244,189,243). Sum of RGB (Red+Green+Blue) = 244+189+243=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF3 is #0B420C. Grayscale: #D3D3D3. Windows color (decimal): -737805 or 15973876. OLE color: 15973876.
HSL color Cylindrical-coordinate representation of color #F4BDF3: hue angle of 301.09º degrees, saturation: 0.71, 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 #F4BDF3 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 243 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.04 |
| HSL | 301.09º | 0.71% | 0.85% | - |
| HSV(B) | 301.09º | 0.23% | 0.96% | - |
| XYZ | 71.68 | 62.1 | 93 | - |
| YUV | 211.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 243 | 0 | 0.23 | 0.00 | 0.04 | 301.09 | 0.71 | 0.85 |
| Hex | F4 | BD | F3 | 0 | 17 | 0 | 4 | 12D | 47 | 55 |
| Octal | 364 | 275 | 363 | 0 | 27 | 0 | 4 | 455 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11110011 | 0 | 10111 | 0 | 100 | 100101101 | 1000111 | 1010101 |
Color Harmonies of #F4BDF3
Complementary color
Monochromatic Colors of #F4BDF3
Black with #F4BDF3
Text Example
Text Example
White with #F4BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDF3; }
p { color: rgb(244,189,243); }
H1.HeaderClassName
{
color: #F4BDF3;
}
.AnyTagClassName
{
color: #F4BDF3;
}
</style>
background-color css
<style>
a { background-color: #F4BDF3; }
a { background-color: rgb(244,189,243); }
div.DivClassName
{
background-color: #F4BDF3;
}
.BgClassName
{
background-color: #F4BDF3;
}
</style>
border-color css
<style>
span { border-color: #F4BDF3; }
span { border-color: rgb(244,189,243); }
td.TdClassName
{
border-color: #F4BDF3;
}
.TagClassName
{
border-color: #F4BDF3;
}
</style>