Shades of Snuff #FDCBFB
Tints of Snuff #FDCBFB
RGB
CMYK
RGB Variations
Color information
#FDCBFB (or 0xFDCBFB) is known color: Snuff. HEX triplet: FD, CB and FB. RGB value is (253,203,251). Sum of RGB (Red+Green+Blue) = 253+203+251=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBFB is #023404. Grayscale: #DFDFDF. Windows color (decimal): -144389 or 16501757. OLE color: 16501757.
HSL color Cylindrical-coordinate representation of color #FDCBFB: hue angle of 302.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBFB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 251 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.01 |
| HSL | 302.4º | 0.93% | 0.89% | - |
| HSV(B) | 302.4º | 0.2% | 0.99% | - |
| XYZ | 79.28 | 70.56 | 100.71 | - |
| YUV | 223.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 251 | 0 | 0.20 | 0.01 | 0.01 | 302.4 | 0.93 | 0.89 |
| Hex | FD | CB | FB | 0 | 14 | 1 | 1 | 12E | 5D | 59 |
| Octal | 375 | 313 | 373 | 0 | 24 | 1 | 1 | 456 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11111011 | 0 | 10100 | 1 | 1 | 100101110 | 1011101 | 1011001 |
Color Harmonies of #FDCBFB
Complementary color
Monochromatic Colors of #FDCBFB
Black with #FDCBFB
Text Example
Text Example
White with #FDCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBFB; }
p { color: rgb(253,203,251); }
H1.HeaderClassName
{
color: #FDCBFB;
}
.AnyTagClassName
{
color: #FDCBFB;
}
</style>
background-color css
<style>
a { background-color: #FDCBFB; }
a { background-color: rgb(253,203,251); }
div.DivClassName
{
background-color: #FDCBFB;
}
.BgClassName
{
background-color: #FDCBFB;
}
</style>
border-color css
<style>
span { border-color: #FDCBFB; }
span { border-color: rgb(253,203,251); }
td.TdClassName
{
border-color: #FDCBFB;
}
.TagClassName
{
border-color: #FDCBFB;
}
</style>