Shades of Snuff #FEC3FB
Tints of Snuff #FEC3FB
RGB
CMYK
RGB Variations
Color information
#FEC3FB (or 0xFEC3FB) is known color: Snuff. HEX triplet: FE, C3 and FB. RGB value is (254,195,251). Sum of RGB (Red+Green+Blue) = 254+195+251=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FB is #013C04. Grayscale: #DADADA. Windows color (decimal): -80901 or 16499710. OLE color: 16499710.
HSL color Cylindrical-coordinate representation of color #FEC3FB: hue angle of 303.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3FB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 251 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.00 |
| HSL | 303.05º | 0.97% | 0.88% | - |
| HSV(B) | 303.05º | 0.23% | 1% | - |
| XYZ | 77.8 | 67.07 | 100.11 | - |
| YUV | 219.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 251 | 0 | 0.23 | 0.01 | 0.00 | 303.05 | 0.97 | 0.88 |
| Hex | FE | C3 | FB | 0 | 17 | 1 | 0 | 12F | 61 | 58 |
| Octal | 376 | 303 | 373 | 0 | 27 | 1 | 0 | 457 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11111011 | 0 | 10111 | 1 | 0 | 100101111 | 1100001 | 1011000 |
Color Harmonies of #FEC3FB
Complementary color
Monochromatic Colors of #FEC3FB
Black with #FEC3FB
Text Example
Text Example
White with #FEC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3FB; }
p { color: rgb(254,195,251); }
H1.HeaderClassName
{
color: #FEC3FB;
}
.AnyTagClassName
{
color: #FEC3FB;
}
</style>
background-color css
<style>
a { background-color: #FEC3FB; }
a { background-color: rgb(254,195,251); }
div.DivClassName
{
background-color: #FEC3FB;
}
.BgClassName
{
background-color: #FEC3FB;
}
</style>
border-color css
<style>
span { border-color: #FEC3FB; }
span { border-color: rgb(254,195,251); }
td.TdClassName
{
border-color: #FEC3FB;
}
.TagClassName
{
border-color: #FEC3FB;
}
</style>