Shades of Snuff #F1BDF1
Tints of Snuff #F1BDF1
RGB
CMYK
RGB Variations
Color information
#F1BDF1 (or 0xF1BDF1) is known color: Snuff. HEX triplet: F1, BD and F1. RGB value is (241,189,241). Sum of RGB (Red+Green+Blue) = 241+189+241=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDF1 is #0E420E. Grayscale: #D2D2D2. Windows color (decimal): -934415 or 15842801. OLE color: 15842801.
HSL color Cylindrical-coordinate representation of color #F1BDF1: hue angle of 300º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDF1 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 189 | 241 | - |
CMYK | 0 | 0.22 | 0 | 0.05 |
HSL | 300º | 0.65% | 0.84% | - |
HSV(B) | 300º | 0.22% | 0.95% | - |
XYZ | 70.35 | 61.45 | 91.37 | - |
YUV | 210.48 | 145.23 | 149.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 189 | 241 | 0 | 0.22 | 0 | 0.05 | 300 | 0.65 | 0.84 |
Hex | F1 | BD | F1 | 0 | 16 | 0 | 5 | 12C | 41 | 54 |
Octal | 361 | 275 | 361 | 0 | 26 | 0 | 5 | 454 | 101 | 124 |
Binary | 11110001 | 10111101 | 11110001 | 0 | 10110 | 0 | 101 | 100101100 | 1000001 | 1010100 |
Color Harmonies of #F1BDF1
Complementary color
Monochromatic Colors of #F1BDF1
Black with #F1BDF1
Text Example
Text Example
White with #F1BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDF1; }
p { color: rgb(241,189,241); }
H1.HeaderClassName
{
color: #F1BDF1;
}
.AnyTagClassName
{
color: #F1BDF1;
}
</style>
background-color css
<style>
a { background-color: #F1BDF1; }
a { background-color: rgb(241,189,241); }
div.DivClassName
{
background-color: #F1BDF1;
}
.BgClassName
{
background-color: #F1BDF1;
}
</style>
border-color css
<style>
span { border-color: #F1BDF1; }
span { border-color: rgb(241,189,241); }
td.TdClassName
{
border-color: #F1BDF1;
}
.TagClassName
{
border-color: #F1BDF1;
}
</style>