Shades of Snuff #F5CBEF
Tints of Snuff #F5CBEF
RGB
CMYK
RGB Variations
Color information
#F5CBEF (or 0xF5CBEF) is known color: Snuff. HEX triplet: F5, CB and EF. RGB value is (245,203,239). Sum of RGB (Red+Green+Blue) = 245+203+239=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBEF is #0A3410. Grayscale: #DBDBDB. Windows color (decimal): -668689 or 15715317. OLE color: 15715317.
HSL color Cylindrical-coordinate representation of color #F5CBEF: hue angle of 308.57º 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 #F5CBEF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 239 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 308.57º | 0.68% | 0.88% | - |
| HSV(B) | 308.57º | 0.17% | 0.96% | - |
| XYZ | 74.59 | 68.36 | 90.92 | - |
| YUV | 219.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 239 | 0 | 0.17 | 0.02 | 0.04 | 308.57 | 0.68 | 0.88 |
| Hex | F5 | CB | EF | 0 | 11 | 2 | 4 | 135 | 44 | 58 |
| Octal | 365 | 313 | 357 | 0 | 21 | 2 | 4 | 465 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11101111 | 0 | 10001 | 10 | 100 | 100110101 | 1000100 | 1011000 |
Color Harmonies of #F5CBEF
Complementary color
Monochromatic Colors of #F5CBEF
Black with #F5CBEF
Text Example
Text Example
White with #F5CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBEF; }
p { color: rgb(245,203,239); }
H1.HeaderClassName
{
color: #F5CBEF;
}
.AnyTagClassName
{
color: #F5CBEF;
}
</style>
background-color css
<style>
a { background-color: #F5CBEF; }
a { background-color: rgb(245,203,239); }
div.DivClassName
{
background-color: #F5CBEF;
}
.BgClassName
{
background-color: #F5CBEF;
}
</style>
border-color css
<style>
span { border-color: #F5CBEF; }
span { border-color: rgb(245,203,239); }
td.TdClassName
{
border-color: #F5CBEF;
}
.TagClassName
{
border-color: #F5CBEF;
}
</style>