Shades of Snuff #F0BCF4
Tints of Snuff #F0BCF4
RGB
CMYK
RGB Variations
Color information
#F0BCF4 (or 0xF0BCF4) is known color: Snuff. HEX triplet: F0, BC and F4. RGB value is (240,188,244). Sum of RGB (Red+Green+Blue) = 240+188+244=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0BCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCF4 is #0F430B. Grayscale: #D1D1D1. Windows color (decimal): -1000204 or 16039152. OLE color: 16039152.
HSL color Cylindrical-coordinate representation of color #F0BCF4: hue angle of 295.71º degrees, saturation: 0.72, 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 #F0BCF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 188 | 244 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.04 |
| HSL | 295.71º | 0.72% | 0.85% | - |
| HSV(B) | 295.71º | 0.23% | 0.96% | - |
| XYZ | 70.25 | 61.02 | 93.66 | - |
| YUV | 209.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 244 | 0.02 | 0.23 | 0 | 0.04 | 295.71 | 0.72 | 0.85 |
| Hex | F0 | BC | F4 | 2 | 17 | 0 | 4 | 128 | 48 | 55 |
| Octal | 360 | 274 | 364 | 2 | 27 | 0 | 4 | 450 | 110 | 125 |
| Binary | 11110000 | 10111100 | 11110100 | 10 | 10111 | 0 | 100 | 100101000 | 1001000 | 1010101 |
Color Harmonies of #F0BCF4
Complementary color
Monochromatic Colors of #F0BCF4
Black with #F0BCF4
Text Example
Text Example
White with #F0BCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCF4; }
p { color: rgb(240,188,244); }
H1.HeaderClassName
{
color: #F0BCF4;
}
.AnyTagClassName
{
color: #F0BCF4;
}
</style>
background-color css
<style>
a { background-color: #F0BCF4; }
a { background-color: rgb(240,188,244); }
div.DivClassName
{
background-color: #F0BCF4;
}
.BgClassName
{
background-color: #F0BCF4;
}
</style>
border-color css
<style>
span { border-color: #F0BCF4; }
span { border-color: rgb(240,188,244); }
td.TdClassName
{
border-color: #F0BCF4;
}
.TagClassName
{
border-color: #F0BCF4;
}
</style>