Shades of Snuff #FEC3FA
Tints of Snuff #FEC3FA
RGB
CMYK
RGB Variations
Color information
#FEC3FA (or 0xFEC3FA) is known color: Snuff. HEX triplet: FE, C3 and FA. RGB value is (254,195,250). Sum of RGB (Red+Green+Blue) = 254+195+250=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 195 (76.56% from 255 or 27.90% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FA is #013C05. Grayscale: #DADADA. Windows color (decimal): -80902 or 16434174. OLE color: 16434174.
HSL color Cylindrical-coordinate representation of color #FEC3FA: hue angle of 304.07º 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 #FEC3FA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 250 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.00 |
| HSL | 304.07º | 0.97% | 0.88% | - |
| HSV(B) | 304.07º | 0.23% | 1% | - |
| XYZ | 77.64 | 67 | 99.28 | - |
| YUV | 218.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 250 | 0 | 0.23 | 0.02 | 0.00 | 304.07 | 0.97 | 0.88 |
| Hex | FE | C3 | FA | 0 | 17 | 2 | 0 | 130 | 61 | 58 |
| Octal | 376 | 303 | 372 | 0 | 27 | 2 | 0 | 460 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11111010 | 0 | 10111 | 10 | 0 | 100110000 | 1100001 | 1011000 |
Color Harmonies of #FEC3FA
Complementary color
Monochromatic Colors of #FEC3FA
Black with #FEC3FA
Text Example
Text Example
White with #FEC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3FA; }
p { color: rgb(254,195,250); }
H1.HeaderClassName
{
color: #FEC3FA;
}
.AnyTagClassName
{
color: #FEC3FA;
}
</style>
background-color css
<style>
a { background-color: #FEC3FA; }
a { background-color: rgb(254,195,250); }
div.DivClassName
{
background-color: #FEC3FA;
}
.BgClassName
{
background-color: #FEC3FA;
}
</style>
border-color css
<style>
span { border-color: #FEC3FA; }
span { border-color: rgb(254,195,250); }
td.TdClassName
{
border-color: #FEC3FA;
}
.TagClassName
{
border-color: #FEC3FA;
}
</style>