Shades of Snuff #F2BDF3
Tints of Snuff #F2BDF3
RGB
CMYK
RGB Variations
Color information
#F2BDF3 (or 0xF2BDF3) is known color: Snuff. HEX triplet: F2, BD and F3. RGB value is (242,189,243). Sum of RGB (Red+Green+Blue) = 242+189+243=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDF3 is #0D420C. Grayscale: #D2D2D2. Windows color (decimal): -868877 or 15973874. OLE color: 15973874.
HSL color Cylindrical-coordinate representation of color #F2BDF3: hue angle of 298.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDF3 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 189 | 243 | - |
CMYK | 0.00 | 0.22 | 0 | 0.05 |
HSL | 298.89º | 0.69% | 0.85% | - |
HSV(B) | 298.89º | 0.22% | 0.95% | - |
XYZ | 70.99 | 61.74 | 92.97 | - |
YUV | 211 | 146.06 | 150.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 189 | 243 | 0.00 | 0.22 | 0 | 0.05 | 298.89 | 0.69 | 0.85 |
Hex | F2 | BD | F3 | 0 | 16 | 0 | 5 | 12B | 45 | 55 |
Octal | 362 | 275 | 363 | 0 | 26 | 0 | 5 | 453 | 105 | 125 |
Binary | 11110010 | 10111101 | 11110011 | 0 | 10110 | 0 | 101 | 100101011 | 1000101 | 1010101 |
Color Harmonies of #F2BDF3
Complementary color
Monochromatic Colors of #F2BDF3
Black with #F2BDF3
Text Example
Text Example
White with #F2BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDF3; }
p { color: rgb(242,189,243); }
H1.HeaderClassName
{
color: #F2BDF3;
}
.AnyTagClassName
{
color: #F2BDF3;
}
</style>
background-color css
<style>
a { background-color: #F2BDF3; }
a { background-color: rgb(242,189,243); }
div.DivClassName
{
background-color: #F2BDF3;
}
.BgClassName
{
background-color: #F2BDF3;
}
</style>
border-color css
<style>
span { border-color: #F2BDF3; }
span { border-color: rgb(242,189,243); }
td.TdClassName
{
border-color: #F2BDF3;
}
.TagClassName
{
border-color: #F2BDF3;
}
</style>