Shades of Snuff #FFCBFC
Tints of Snuff #FFCBFC
RGB
CMYK
RGB Variations
Color information
#FFCBFC (or 0xFFCBFC) is known color: Snuff. HEX triplet: FF, CB and FC. RGB value is (255,203,252). Sum of RGB (Red+Green+Blue) = 255+203+252=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 203 (79.69% from 255 or 28.59% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBFC is #003403. Grayscale: #DFDFDF. Windows color (decimal): -13316 or 16567295. OLE color: 16567295.
HSL color Cylindrical-coordinate representation of color #FFCBFC: hue angle of 303.46º 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 #FFCBFC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 252 | - |
| CMYK | 0 | 0.20 | 0.01 | 0 |
| HSL | 303.46º | 1% | 0.9% | - |
| HSV(B) | 303.46º | 0.2% | 1% | - |
| XYZ | 80.17 | 71 | 101.57 | - |
| YUV | 224.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 252 | 0 | 0.20 | 0.01 | 0 | 303.46 | 1 | 0.9 |
| Hex | FF | CB | FC | 0 | 14 | 1 | 0 | 12F | 64 | 5A |
| Octal | 377 | 313 | 374 | 0 | 24 | 1 | 0 | 457 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11111100 | 0 | 10100 | 1 | 0 | 100101111 | 1100100 | 1011010 |
Color Harmonies of #FFCBFC
Complementary color
Monochromatic Colors of #FFCBFC
Black with #FFCBFC
Text Example
Text Example
White with #FFCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBFC; }
p { color: rgb(255,203,252); }
H1.HeaderClassName
{
color: #FFCBFC;
}
.AnyTagClassName
{
color: #FFCBFC;
}
</style>
background-color css
<style>
a { background-color: #FFCBFC; }
a { background-color: rgb(255,203,252); }
div.DivClassName
{
background-color: #FFCBFC;
}
.BgClassName
{
background-color: #FFCBFC;
}
</style>
border-color css
<style>
span { border-color: #FFCBFC; }
span { border-color: rgb(255,203,252); }
td.TdClassName
{
border-color: #FFCBFC;
}
.TagClassName
{
border-color: #FFCBFC;
}
</style>