Shades of Snuff #F9CBFD
Tints of Snuff #F9CBFD
RGB
CMYK
RGB Variations
Color information
#F9CBFD (or 0xF9CBFD) is known color: Snuff. HEX triplet: F9, CB and FD. RGB value is (249,203,253). Sum of RGB (Red+Green+Blue) = 249+203+253=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9CBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBFD is #063402. Grayscale: #DEDEDE. Windows color (decimal): -406531 or 16632825. OLE color: 16632825.
HSL color Cylindrical-coordinate representation of color #F9CBFD: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CBFD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 203 | 253 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.01 |
| HSL | 295.2º | 0.93% | 0.89% | - |
| HSV(B) | 295.2º | 0.2% | 0.99% | - |
| XYZ | 78.15 | 69.94 | 102.31 | - |
| YUV | 222.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 253 | 0.02 | 0.20 | 0 | 0.01 | 295.2 | 0.93 | 0.89 |
| Hex | F9 | CB | FD | 2 | 14 | 0 | 1 | 127 | 5D | 59 |
| Octal | 371 | 313 | 375 | 2 | 24 | 0 | 1 | 447 | 135 | 131 |
| Binary | 11111001 | 11001011 | 11111101 | 10 | 10100 | 0 | 1 | 100100111 | 1011101 | 1011001 |
Color Harmonies of #F9CBFD
Complementary color
Monochromatic Colors of #F9CBFD
Black with #F9CBFD
Text Example
Text Example
White with #F9CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBFD; }
p { color: rgb(249,203,253); }
H1.HeaderClassName
{
color: #F9CBFD;
}
.AnyTagClassName
{
color: #F9CBFD;
}
</style>
background-color css
<style>
a { background-color: #F9CBFD; }
a { background-color: rgb(249,203,253); }
div.DivClassName
{
background-color: #F9CBFD;
}
.BgClassName
{
background-color: #F9CBFD;
}
</style>
border-color css
<style>
span { border-color: #F9CBFD; }
span { border-color: rgb(249,203,253); }
td.TdClassName
{
border-color: #F9CBFD;
}
.TagClassName
{
border-color: #F9CBFD;
}
</style>