Shades of Snuff #F5CBFC
Tints of Snuff #F5CBFC
RGB
CMYK
RGB Variations
Color information
#F5CBFC (or 0xF5CBFC) is known color: Snuff. HEX triplet: F5, CB and FC. RGB value is (245,203,252). Sum of RGB (Red+Green+Blue) = 245+203+252=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 203 (79.69% from 255 or 29% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBFC is #0A3403. Grayscale: #DCDCDC. Windows color (decimal): -668676 or 16567285. OLE color: 16567285.
HSL color Cylindrical-coordinate representation of color #F5CBFC: hue angle of 291.43º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5CBFC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 203 | 252 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.01 |
| HSL | 291.43º | 0.89% | 0.89% | - |
| HSV(B) | 291.43º | 0.19% | 0.99% | - |
| XYZ | 76.58 | 69.15 | 101.41 | - |
| YUV | 221.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 252 | 0.03 | 0.19 | 0 | 0.01 | 291.43 | 0.89 | 0.89 |
| Hex | F5 | CB | FC | 3 | 13 | 0 | 1 | 123 | 59 | 59 |
| Octal | 365 | 313 | 374 | 3 | 23 | 0 | 1 | 443 | 131 | 131 |
| Binary | 11110101 | 11001011 | 11111100 | 11 | 10011 | 0 | 1 | 100100011 | 1011001 | 1011001 |
Color Harmonies of #F5CBFC
Complementary color
Monochromatic Colors of #F5CBFC
Black with #F5CBFC
Text Example
Text Example
White with #F5CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBFC; }
p { color: rgb(245,203,252); }
H1.HeaderClassName
{
color: #F5CBFC;
}
.AnyTagClassName
{
color: #F5CBFC;
}
</style>
background-color css
<style>
a { background-color: #F5CBFC; }
a { background-color: rgb(245,203,252); }
div.DivClassName
{
background-color: #F5CBFC;
}
.BgClassName
{
background-color: #F5CBFC;
}
</style>
border-color css
<style>
span { border-color: #F5CBFC; }
span { border-color: rgb(245,203,252); }
td.TdClassName
{
border-color: #F5CBFC;
}
.TagClassName
{
border-color: #F5CBFC;
}
</style>