Shades of Snuff #FFCBFA
Tints of Snuff #FFCBFA
RGB
CMYK
RGB Variations
Color information
#FFCBFA (or 0xFFCBFA) is known color: Snuff. HEX triplet: FF, CB and FA. RGB value is (255,203,250). Sum of RGB (Red+Green+Blue) = 255+203+250=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 203 (79.69% from 255 or 28.67% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBFA is #003405. Grayscale: #DFDFDF. Windows color (decimal): -13318 or 16436223. OLE color: 16436223.
HSL color Cylindrical-coordinate representation of color #FFCBFA: hue angle of 305.77º 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 #FFCBFA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 250 | - |
| CMYK | 0 | 0.20 | 0.02 | 0 |
| HSL | 305.77º | 1% | 0.9% | - |
| HSV(B) | 305.77º | 0.2% | 1% | - |
| XYZ | 79.85 | 70.87 | 99.91 | - |
| YUV | 223.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 250 | 0 | 0.20 | 0.02 | 0 | 305.77 | 1 | 0.9 |
| Hex | FF | CB | FA | 0 | 14 | 2 | 0 | 132 | 64 | 5A |
| Octal | 377 | 313 | 372 | 0 | 24 | 2 | 0 | 462 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11111010 | 0 | 10100 | 10 | 0 | 100110010 | 1100100 | 1011010 |
Color Harmonies of #FFCBFA
Complementary color
Monochromatic Colors of #FFCBFA
Black with #FFCBFA
Text Example
Text Example
White with #FFCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBFA; }
p { color: rgb(255,203,250); }
H1.HeaderClassName
{
color: #FFCBFA;
}
.AnyTagClassName
{
color: #FFCBFA;
}
</style>
background-color css
<style>
a { background-color: #FFCBFA; }
a { background-color: rgb(255,203,250); }
div.DivClassName
{
background-color: #FFCBFA;
}
.BgClassName
{
background-color: #FFCBFA;
}
</style>
border-color css
<style>
span { border-color: #FFCBFA; }
span { border-color: rgb(255,203,250); }
td.TdClassName
{
border-color: #FFCBFA;
}
.TagClassName
{
border-color: #FFCBFA;
}
</style>