Shades of Snuff #F9CBFF
Tints of Snuff #F9CBFF
RGB
CMYK
RGB Variations
Color information
#F9CBFF (or 0xF9CBFF) is known color: Snuff. HEX triplet: F9, CB and FF. RGB value is (249,203,255). Sum of RGB (Red+Green+Blue) = 249+203+255=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBFF is #063400. Grayscale: #DEDEDE. Windows color (decimal): -406529 or 16763897. OLE color: 16763897.
HSL color Cylindrical-coordinate representation of color #F9CBFF: hue angle of 293.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CBFF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 203 | 255 | - |
| CMYK | 0.02 | 0.20 | 0 | 0 |
| HSL | 293.08º | 1% | 0.9% | - |
| HSV(B) | 293.08º | 0.2% | 1% | - |
| XYZ | 78.47 | 70.07 | 104 | - |
| YUV | 222.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 255 | 0.02 | 0.20 | 0 | 0 | 293.08 | 1 | 0.9 |
| Hex | F9 | CB | FF | 2 | 14 | 0 | 0 | 125 | 64 | 5A |
| Octal | 371 | 313 | 377 | 2 | 24 | 0 | 0 | 445 | 144 | 132 |
| Binary | 11111001 | 11001011 | 11111111 | 10 | 10100 | 0 | 0 | 100100101 | 1100100 | 1011010 |
Color Harmonies of #F9CBFF
Complementary color
Monochromatic Colors of #F9CBFF
Black with #F9CBFF
Text Example
Text Example
White with #F9CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBFF; }
p { color: rgb(249,203,255); }
H1.HeaderClassName
{
color: #F9CBFF;
}
.AnyTagClassName
{
color: #F9CBFF;
}
</style>
background-color css
<style>
a { background-color: #F9CBFF; }
a { background-color: rgb(249,203,255); }
div.DivClassName
{
background-color: #F9CBFF;
}
.BgClassName
{
background-color: #F9CBFF;
}
</style>
border-color css
<style>
span { border-color: #F9CBFF; }
span { border-color: rgb(249,203,255); }
td.TdClassName
{
border-color: #F9CBFF;
}
.TagClassName
{
border-color: #F9CBFF;
}
</style>