Shades of Snuff #FFCBFB
Tints of Snuff #FFCBFB
RGB
CMYK
RGB Variations
Color information
#FFCBFB (or 0xFFCBFB) is known color: Snuff. HEX triplet: FF, CB and FB. RGB value is (255,203,251). Sum of RGB (Red+Green+Blue) = 255+203+251=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 203 (79.69% from 255 or 28.63% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBFB is #003404. Grayscale: #DFDFDF. Windows color (decimal): -13317 or 16501759. OLE color: 16501759.
HSL color Cylindrical-coordinate representation of color #FFCBFB: hue angle of 304.62º 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 #FFCBFB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 251 | - |
| CMYK | 0 | 0.20 | 0.02 | 0 |
| HSL | 304.62º | 1% | 0.9% | - |
| HSV(B) | 304.62º | 0.2% | 1% | - |
| XYZ | 80.01 | 70.94 | 100.74 | - |
| YUV | 224.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 251 | 0 | 0.20 | 0.02 | 0 | 304.62 | 1 | 0.9 |
| Hex | FF | CB | FB | 0 | 14 | 2 | 0 | 131 | 64 | 5A |
| Octal | 377 | 313 | 373 | 0 | 24 | 2 | 0 | 461 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11111011 | 0 | 10100 | 10 | 0 | 100110001 | 1100100 | 1011010 |
Color Harmonies of #FFCBFB
Complementary color
Monochromatic Colors of #FFCBFB
Black with #FFCBFB
Text Example
Text Example
White with #FFCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBFB; }
p { color: rgb(255,203,251); }
H1.HeaderClassName
{
color: #FFCBFB;
}
.AnyTagClassName
{
color: #FFCBFB;
}
</style>
background-color css
<style>
a { background-color: #FFCBFB; }
a { background-color: rgb(255,203,251); }
div.DivClassName
{
background-color: #FFCBFB;
}
.BgClassName
{
background-color: #FFCBFB;
}
</style>
border-color css
<style>
span { border-color: #FFCBFB; }
span { border-color: rgb(255,203,251); }
td.TdClassName
{
border-color: #FFCBFB;
}
.TagClassName
{
border-color: #FFCBFB;
}
</style>