Shades of Snuff #FECBFB
Tints of Snuff #FECBFB
RGB
CMYK
RGB Variations
Color information
#FECBFB (or 0xFECBFB) is known color: Snuff. HEX triplet: FE, CB and FB. RGB value is (254,203,251). Sum of RGB (Red+Green+Blue) = 254+203+251=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 203 (79.69% from 255 or 28.67% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBFB is #013404. Grayscale: #DFDFDF. Windows color (decimal): -78853 or 16501758. OLE color: 16501758.
HSL color Cylindrical-coordinate representation of color #FECBFB: hue angle of 303.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBFB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 251 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.00 |
| HSL | 303.53º | 0.96% | 0.9% | - |
| HSV(B) | 303.53º | 0.2% | 1% | - |
| XYZ | 79.64 | 70.75 | 100.72 | - |
| YUV | 223.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 251 | 0 | 0.20 | 0.01 | 0.00 | 303.53 | 0.96 | 0.9 |
| Hex | FE | CB | FB | 0 | 14 | 1 | 0 | 130 | 60 | 5A |
| Octal | 376 | 313 | 373 | 0 | 24 | 1 | 0 | 460 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11111011 | 0 | 10100 | 1 | 0 | 100110000 | 1100000 | 1011010 |
Color Harmonies of #FECBFB
Complementary color
Monochromatic Colors of #FECBFB
Black with #FECBFB
Text Example
Text Example
White with #FECBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBFB; }
p { color: rgb(254,203,251); }
H1.HeaderClassName
{
color: #FECBFB;
}
.AnyTagClassName
{
color: #FECBFB;
}
</style>
background-color css
<style>
a { background-color: #FECBFB; }
a { background-color: rgb(254,203,251); }
div.DivClassName
{
background-color: #FECBFB;
}
.BgClassName
{
background-color: #FECBFB;
}
</style>
border-color css
<style>
span { border-color: #FECBFB; }
span { border-color: rgb(254,203,251); }
td.TdClassName
{
border-color: #FECBFB;
}
.TagClassName
{
border-color: #FECBFB;
}
</style>