Shades of Snuff #FDCBFF
Tints of Snuff #FDCBFF
RGB
CMYK
RGB Variations
Color information
#FDCBFF (or 0xFDCBFF) is known color: Snuff. HEX triplet: FD, CB and FF. RGB value is (253,203,255). Sum of RGB (Red+Green+Blue) = 253+203+255=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 203 (79.69% from 255 or 28.55% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBFF is #023400. Grayscale: #DFDFDF. Windows color (decimal): -144385 or 16763901. OLE color: 16763901.
HSL color Cylindrical-coordinate representation of color #FDCBFF: hue angle of 297.69º 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 #FDCBFF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 203 | 255 | - |
| CMYK | 0.01 | 0.20 | 0 | 0 |
| HSL | 297.69º | 1% | 0.9% | - |
| HSV(B) | 297.69º | 0.2% | 1% | - |
| XYZ | 79.91 | 70.81 | 104.06 | - |
| YUV | 223.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 255 | 0.01 | 0.20 | 0 | 0 | 297.69 | 1 | 0.9 |
| Hex | FD | CB | FF | 1 | 14 | 0 | 0 | 12A | 64 | 5A |
| Octal | 375 | 313 | 377 | 1 | 24 | 0 | 0 | 452 | 144 | 132 |
| Binary | 11111101 | 11001011 | 11111111 | 1 | 10100 | 0 | 0 | 100101010 | 1100100 | 1011010 |
Color Harmonies of #FDCBFF
Complementary color
Monochromatic Colors of #FDCBFF
Black with #FDCBFF
Text Example
Text Example
White with #FDCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBFF; }
p { color: rgb(253,203,255); }
H1.HeaderClassName
{
color: #FDCBFF;
}
.AnyTagClassName
{
color: #FDCBFF;
}
</style>
background-color css
<style>
a { background-color: #FDCBFF; }
a { background-color: rgb(253,203,255); }
div.DivClassName
{
background-color: #FDCBFF;
}
.BgClassName
{
background-color: #FDCBFF;
}
</style>
border-color css
<style>
span { border-color: #FDCBFF; }
span { border-color: rgb(253,203,255); }
td.TdClassName
{
border-color: #FDCBFF;
}
.TagClassName
{
border-color: #FDCBFF;
}
</style>