Shades of Snuff #FECCFB
Tints of Snuff #FECCFB
RGB
CMYK
RGB Variations
Color information
#FECCFB (or 0xFECCFB) is known color: Snuff. HEX triplet: FE, CC and FB. RGB value is (254,204,251). Sum of RGB (Red+Green+Blue) = 254+204+251=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFB is #013304. Grayscale: #E0E0E0. Windows color (decimal): -78597 or 16502014. OLE color: 16502014.
HSL color Cylindrical-coordinate representation of color #FECCFB: hue angle of 303.6º 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 #FECCFB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 251 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.00 |
| HSL | 303.6º | 0.96% | 0.9% | - |
| HSV(B) | 303.6º | 0.2% | 1% | - |
| XYZ | 79.88 | 71.22 | 100.8 | - |
| YUV | 224.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 251 | 0 | 0.20 | 0.01 | 0.00 | 303.6 | 0.96 | 0.9 |
| Hex | FE | CC | FB | 0 | 14 | 1 | 0 | 130 | 60 | 5A |
| Octal | 376 | 314 | 373 | 0 | 24 | 1 | 0 | 460 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11111011 | 0 | 10100 | 1 | 0 | 100110000 | 1100000 | 1011010 |
Color Harmonies of #FECCFB
Complementary color
Monochromatic Colors of #FECCFB
Black with #FECCFB
Text Example
Text Example
White with #FECCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCFB; }
p { color: rgb(254,204,251); }
H1.HeaderClassName
{
color: #FECCFB;
}
.AnyTagClassName
{
color: #FECCFB;
}
</style>
background-color css
<style>
a { background-color: #FECCFB; }
a { background-color: rgb(254,204,251); }
div.DivClassName
{
background-color: #FECCFB;
}
.BgClassName
{
background-color: #FECCFB;
}
</style>
border-color css
<style>
span { border-color: #FECCFB; }
span { border-color: rgb(254,204,251); }
td.TdClassName
{
border-color: #FECCFB;
}
.TagClassName
{
border-color: #FECCFB;
}
</style>