Shades of Snuff #F5BEF4
Tints of Snuff #F5BEF4
RGB
CMYK
RGB Variations
Color information
#F5BEF4 (or 0xF5BEF4) is known color: Snuff. HEX triplet: F5, BE and F4. RGB value is (245,190,244). Sum of RGB (Red+Green+Blue) = 245+190+244=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEF4 is #0A410B. Grayscale: #D4D4D4. Windows color (decimal): -672012 or 16039669. OLE color: 16039669.
HSL color Cylindrical-coordinate representation of color #F5BEF4: hue angle of 301.09º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEF4 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 244 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.04 |
| HSL | 301.09º | 0.73% | 0.85% | - |
| HSV(B) | 301.09º | 0.22% | 0.96% | - |
| XYZ | 72.4 | 62.77 | 93.89 | - |
| YUV | 212.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 244 | 0 | 0.22 | 0.00 | 0.04 | 301.09 | 0.73 | 0.85 |
| Hex | F5 | BE | F4 | 0 | 16 | 0 | 4 | 12D | 49 | 55 |
| Octal | 365 | 276 | 364 | 0 | 26 | 0 | 4 | 455 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11110100 | 0 | 10110 | 0 | 100 | 100101101 | 1001001 | 1010101 |
Color Harmonies of #F5BEF4
Complementary color
Monochromatic Colors of #F5BEF4
Black with #F5BEF4
Text Example
Text Example
White with #F5BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEF4; }
p { color: rgb(245,190,244); }
H1.HeaderClassName
{
color: #F5BEF4;
}
.AnyTagClassName
{
color: #F5BEF4;
}
</style>
background-color css
<style>
a { background-color: #F5BEF4; }
a { background-color: rgb(245,190,244); }
div.DivClassName
{
background-color: #F5BEF4;
}
.BgClassName
{
background-color: #F5BEF4;
}
</style>
border-color css
<style>
span { border-color: #F5BEF4; }
span { border-color: rgb(245,190,244); }
td.TdClassName
{
border-color: #F5BEF4;
}
.TagClassName
{
border-color: #F5BEF4;
}
</style>