Shades of Snuff #FEC2FE
Tints of Snuff #FEC2FE
RGB
CMYK
RGB Variations
Color information
#FEC2FE (or 0xFEC2FE) is known color: Snuff. HEX triplet: FE, C2 and FE. RGB value is (254,194,254). Sum of RGB (Red+Green+Blue) = 254+194+254=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 194 (76.17% from 255 or 27.64% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2FE is #013D01. Grayscale: #DADADA. Windows color (decimal): -81154 or 16696062. OLE color: 16696062.
HSL color Cylindrical-coordinate representation of color #FEC2FE: hue angle of 300º 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 #FEC2FE is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 254 | - |
CMYK | 0 | 0.24 | 0 | 0.00 |
HSL | 300º | 0.97% | 0.88% | - |
HSV(B) | 300º | 0.24% | 1% | - |
XYZ | 78.05 | 66.81 | 102.55 | - |
YUV | 218.78 | 147.88 | 153.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 254 | 0 | 0.24 | 0 | 0.00 | 300 | 0.97 | 0.88 |
Hex | FE | C2 | FE | 0 | 18 | 0 | 0 | 12C | 61 | 58 |
Octal | 376 | 302 | 376 | 0 | 30 | 0 | 0 | 454 | 141 | 130 |
Binary | 11111110 | 11000010 | 11111110 | 0 | 11000 | 0 | 0 | 100101100 | 1100001 | 1011000 |
Color Harmonies of #FEC2FE
Complementary color
Monochromatic Colors of #FEC2FE
Black with #FEC2FE
Text Example
Text Example
White with #FEC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2FE; }
p { color: rgb(254,194,254); }
H1.HeaderClassName
{
color: #FEC2FE;
}
.AnyTagClassName
{
color: #FEC2FE;
}
</style>
background-color css
<style>
a { background-color: #FEC2FE; }
a { background-color: rgb(254,194,254); }
div.DivClassName
{
background-color: #FEC2FE;
}
.BgClassName
{
background-color: #FEC2FE;
}
</style>
border-color css
<style>
span { border-color: #FEC2FE; }
span { border-color: rgb(254,194,254); }
td.TdClassName
{
border-color: #FEC2FE;
}
.TagClassName
{
border-color: #FEC2FE;
}
</style>