Shades of Snuff #FFCBF6
Tints of Snuff #FFCBF6
RGB
CMYK
RGB Variations
Color information
#FFCBF6 (or 0xFFCBF6) is known color: Snuff. HEX triplet: FF, CB and F6. RGB value is (255,203,246). Sum of RGB (Red+Green+Blue) = 255+203+246=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBF6 is #003409. Grayscale: #DFDFDF. Windows color (decimal): -13322 or 16174079. OLE color: 16174079.
HSL color Cylindrical-coordinate representation of color #FFCBF6: hue angle of 310.38º 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 #FFCBF6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 246 | - |
| CMYK | 0 | 0.20 | 0.04 | 0 |
| HSL | 310.38º | 1% | 0.9% | - |
| HSV(B) | 310.38º | 0.2% | 1% | - |
| XYZ | 79.23 | 70.63 | 96.65 | - |
| YUV | 223.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 246 | 0 | 0.20 | 0.04 | 0 | 310.38 | 1 | 0.9 |
| Hex | FF | CB | F6 | 0 | 14 | 4 | 0 | 136 | 64 | 5A |
| Octal | 377 | 313 | 366 | 0 | 24 | 4 | 0 | 466 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11110110 | 0 | 10100 | 100 | 0 | 100110110 | 1100100 | 1011010 |
Color Harmonies of #FFCBF6
Complementary color
Monochromatic Colors of #FFCBF6
Black with #FFCBF6
Text Example
Text Example
White with #FFCBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBF6; }
p { color: rgb(255,203,246); }
H1.HeaderClassName
{
color: #FFCBF6;
}
.AnyTagClassName
{
color: #FFCBF6;
}
</style>
background-color css
<style>
a { background-color: #FFCBF6; }
a { background-color: rgb(255,203,246); }
div.DivClassName
{
background-color: #FFCBF6;
}
.BgClassName
{
background-color: #FFCBF6;
}
</style>
border-color css
<style>
span { border-color: #FFCBF6; }
span { border-color: rgb(255,203,246); }
td.TdClassName
{
border-color: #FFCBF6;
}
.TagClassName
{
border-color: #FFCBF6;
}
</style>