Shades of Snuff #FFCBFF
Tints of Snuff #FFCBFF
RGB
CMYK
RGB Variations
Color information
#FFCBFF (or 0xFFCBFF) is known color: Snuff. HEX triplet: FF, CB and FF. RGB value is (255,203,255). Sum of RGB (Red+Green+Blue) = 255+203+255=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 203 (79.69% from 255 or 28.47% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBFF is #003400. Grayscale: #E0E0E0. Windows color (decimal): -13313 or 16763903. OLE color: 16763903.
HSL color Cylindrical-coordinate representation of color #FFCBFF: hue angle of 300º 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 #FFCBFF is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 255 | - |
| CMYK | 0 | 0.20 | 0 | 0 |
| HSL | 300º | 1% | 0.9% | - |
| HSV(B) | 300º | 0.2% | 1% | - |
| XYZ | 80.65 | 71.19 | 104.1 | - |
| YUV | 224.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 255 | 0 | 0.20 | 0 | 0 | 300 | 1 | 0.9 |
| Hex | FF | CB | FF | 0 | 14 | 0 | 0 | 12C | 64 | 5A |
| Octal | 377 | 313 | 377 | 0 | 24 | 0 | 0 | 454 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11111111 | 0 | 10100 | 0 | 0 | 100101100 | 1100100 | 1011010 |
Color Harmonies of #FFCBFF
Complementary color
Monochromatic Colors of #FFCBFF
Black with #FFCBFF
Text Example
Text Example
White with #FFCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBFF; }
p { color: rgb(255,203,255); }
H1.HeaderClassName
{
color: #FFCBFF;
}
.AnyTagClassName
{
color: #FFCBFF;
}
</style>
background-color css
<style>
a { background-color: #FFCBFF; }
a { background-color: rgb(255,203,255); }
div.DivClassName
{
background-color: #FFCBFF;
}
.BgClassName
{
background-color: #FFCBFF;
}
</style>
border-color css
<style>
span { border-color: #FFCBFF; }
span { border-color: rgb(255,203,255); }
td.TdClassName
{
border-color: #FFCBFF;
}
.TagClassName
{
border-color: #FFCBFF;
}
</style>