Shades of Snuff #F5CBF0
Tints of Snuff #F5CBF0
RGB
CMYK
RGB Variations
Color information
#F5CBF0 (or 0xF5CBF0) is known color: Snuff. HEX triplet: F5, CB and F0. RGB value is (245,203,240). Sum of RGB (Red+Green+Blue) = 245+203+240=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBF0 is #0A340F. Grayscale: #DBDBDB. Windows color (decimal): -668688 or 15780853. OLE color: 15780853.
HSL color Cylindrical-coordinate representation of color #F5CBF0: hue angle of 307.14º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CBF0 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 240 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 307.14º | 0.68% | 0.88% | - |
| HSV(B) | 307.14º | 0.17% | 0.96% | - |
| XYZ | 74.74 | 68.42 | 91.7 | - |
| YUV | 219.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 240 | 0 | 0.17 | 0.02 | 0.04 | 307.14 | 0.68 | 0.88 |
| Hex | F5 | CB | F0 | 0 | 11 | 2 | 4 | 133 | 44 | 58 |
| Octal | 365 | 313 | 360 | 0 | 21 | 2 | 4 | 463 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11110000 | 0 | 10001 | 10 | 100 | 100110011 | 1000100 | 1011000 |
Color Harmonies of #F5CBF0
Complementary color
Monochromatic Colors of #F5CBF0
Black with #F5CBF0
Text Example
Text Example
White with #F5CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBF0; }
p { color: rgb(245,203,240); }
H1.HeaderClassName
{
color: #F5CBF0;
}
.AnyTagClassName
{
color: #F5CBF0;
}
</style>
background-color css
<style>
a { background-color: #F5CBF0; }
a { background-color: rgb(245,203,240); }
div.DivClassName
{
background-color: #F5CBF0;
}
.BgClassName
{
background-color: #F5CBF0;
}
</style>
border-color css
<style>
span { border-color: #F5CBF0; }
span { border-color: rgb(245,203,240); }
td.TdClassName
{
border-color: #F5CBF0;
}
.TagClassName
{
border-color: #F5CBF0;
}
</style>