Shades of Snuff #FFCBF9
Tints of Snuff #FFCBF9
RGB
CMYK
RGB Variations
Color information
#FFCBF9 (or 0xFFCBF9) is known color: Snuff. HEX triplet: FF, CB and F9. RGB value is (255,203,249). Sum of RGB (Red+Green+Blue) = 255+203+249=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBF9 is #003406. Grayscale: #DFDFDF. Windows color (decimal): -13319 or 16370687. OLE color: 16370687.
HSL color Cylindrical-coordinate representation of color #FFCBF9: hue angle of 306.92º 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 #FFCBF9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 249 | - |
| CMYK | 0 | 0.20 | 0.02 | 0 |
| HSL | 306.92º | 1% | 0.9% | - |
| HSV(B) | 306.92º | 0.2% | 1% | - |
| XYZ | 79.69 | 70.81 | 99.09 | - |
| YUV | 223.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 249 | 0 | 0.20 | 0.02 | 0 | 306.92 | 1 | 0.9 |
| Hex | FF | CB | F9 | 0 | 14 | 2 | 0 | 133 | 64 | 5A |
| Octal | 377 | 313 | 371 | 0 | 24 | 2 | 0 | 463 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11111001 | 0 | 10100 | 10 | 0 | 100110011 | 1100100 | 1011010 |
Color Harmonies of #FFCBF9
Complementary color
Monochromatic Colors of #FFCBF9
Black with #FFCBF9
Text Example
Text Example
White with #FFCBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBF9; }
p { color: rgb(255,203,249); }
H1.HeaderClassName
{
color: #FFCBF9;
}
.AnyTagClassName
{
color: #FFCBF9;
}
</style>
background-color css
<style>
a { background-color: #FFCBF9; }
a { background-color: rgb(255,203,249); }
div.DivClassName
{
background-color: #FFCBF9;
}
.BgClassName
{
background-color: #FFCBF9;
}
</style>
border-color css
<style>
span { border-color: #FFCBF9; }
span { border-color: rgb(255,203,249); }
td.TdClassName
{
border-color: #FFCBF9;
}
.TagClassName
{
border-color: #FFCBF9;
}
</style>