Shades of Snuff #F5CBF3
Tints of Snuff #F5CBF3
RGB
CMYK
RGB Variations
Color information
#F5CBF3 (or 0xF5CBF3) is known color: Snuff. HEX triplet: F5, CB and F3. RGB value is (245,203,243). Sum of RGB (Red+Green+Blue) = 245+203+243=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBF3 is #0A340C. Grayscale: #DBDBDB. Windows color (decimal): -668685 or 15977461. OLE color: 15977461.
HSL color Cylindrical-coordinate representation of color #F5CBF3: hue angle of 302.86º 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 #F5CBF3 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 243 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.04 |
| HSL | 302.86º | 0.68% | 0.88% | - |
| HSV(B) | 302.86º | 0.17% | 0.96% | - |
| XYZ | 75.19 | 68.6 | 94.07 | - |
| YUV | 220.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 243 | 0 | 0.17 | 0.01 | 0.04 | 302.86 | 0.68 | 0.88 |
| Hex | F5 | CB | F3 | 0 | 11 | 1 | 4 | 12F | 44 | 58 |
| Octal | 365 | 313 | 363 | 0 | 21 | 1 | 4 | 457 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11110011 | 0 | 10001 | 1 | 100 | 100101111 | 1000100 | 1011000 |
Color Harmonies of #F5CBF3
Complementary color
Monochromatic Colors of #F5CBF3
Black with #F5CBF3
Text Example
Text Example
White with #F5CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBF3; }
p { color: rgb(245,203,243); }
H1.HeaderClassName
{
color: #F5CBF3;
}
.AnyTagClassName
{
color: #F5CBF3;
}
</style>
background-color css
<style>
a { background-color: #F5CBF3; }
a { background-color: rgb(245,203,243); }
div.DivClassName
{
background-color: #F5CBF3;
}
.BgClassName
{
background-color: #F5CBF3;
}
</style>
border-color css
<style>
span { border-color: #F5CBF3; }
span { border-color: rgb(245,203,243); }
td.TdClassName
{
border-color: #F5CBF3;
}
.TagClassName
{
border-color: #F5CBF3;
}
</style>