Shades of Snuff #FEC2FA
Tints of Snuff #FEC2FA
RGB
CMYK
RGB Variations
Color information
#FEC2FA (or 0xFEC2FA) is known color: Snuff. HEX triplet: FE, C2 and FA. RGB value is (254,194,250). Sum of RGB (Red+Green+Blue) = 254+194+250=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 194 (76.17% from 255 or 27.79% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2FA is #013D05. Grayscale: #DADADA. Windows color (decimal): -81158 or 16433918. OLE color: 16433918.
HSL color Cylindrical-coordinate representation of color #FEC2FA: hue angle of 304º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2FA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 250 | - |
CMYK | 0 | 0.24 | 0.02 | 0.00 |
HSL | 304º | 0.97% | 0.88% | - |
HSV(B) | 304º | 0.24% | 1% | - |
XYZ | 77.42 | 66.56 | 99.21 | - |
YUV | 218.32 | 145.88 | 153.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 250 | 0 | 0.24 | 0.02 | 0.00 | 304 | 0.97 | 0.88 |
Hex | FE | C2 | FA | 0 | 18 | 2 | 0 | 130 | 61 | 58 |
Octal | 376 | 302 | 372 | 0 | 30 | 2 | 0 | 460 | 141 | 130 |
Binary | 11111110 | 11000010 | 11111010 | 0 | 11000 | 10 | 0 | 100110000 | 1100001 | 1011000 |
Color Harmonies of #FEC2FA
Complementary color
Monochromatic Colors of #FEC2FA
Black with #FEC2FA
Text Example
Text Example
White with #FEC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2FA; }
p { color: rgb(254,194,250); }
H1.HeaderClassName
{
color: #FEC2FA;
}
.AnyTagClassName
{
color: #FEC2FA;
}
</style>
background-color css
<style>
a { background-color: #FEC2FA; }
a { background-color: rgb(254,194,250); }
div.DivClassName
{
background-color: #FEC2FA;
}
.BgClassName
{
background-color: #FEC2FA;
}
</style>
border-color css
<style>
span { border-color: #FEC2FA; }
span { border-color: rgb(254,194,250); }
td.TdClassName
{
border-color: #FEC2FA;
}
.TagClassName
{
border-color: #FEC2FA;
}
</style>