Shades of Snuff #FEC2FB
Tints of Snuff #FEC2FB
RGB
CMYK
RGB Variations
Color information
#FEC2FB (or 0xFEC2FB) is known color: Snuff. HEX triplet: FE, C2 and FB. RGB value is (254,194,251). Sum of RGB (Red+Green+Blue) = 254+194+251=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 194 (76.17% from 255 or 27.75% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2FB is #013D04. Grayscale: #DADADA. Windows color (decimal): -81157 or 16499454. OLE color: 16499454.
HSL color Cylindrical-coordinate representation of color #FEC2FB: hue angle of 303º 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 #FEC2FB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 251 | - |
CMYK | 0 | 0.24 | 0.01 | 0.00 |
HSL | 303º | 0.97% | 0.88% | - |
HSV(B) | 303º | 0.24% | 1% | - |
XYZ | 77.58 | 66.62 | 100.04 | - |
YUV | 218.44 | 146.38 | 153.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 251 | 0 | 0.24 | 0.01 | 0.00 | 303 | 0.97 | 0.88 |
Hex | FE | C2 | FB | 0 | 18 | 1 | 0 | 12F | 61 | 58 |
Octal | 376 | 302 | 373 | 0 | 30 | 1 | 0 | 457 | 141 | 130 |
Binary | 11111110 | 11000010 | 11111011 | 0 | 11000 | 1 | 0 | 100101111 | 1100001 | 1011000 |
Color Harmonies of #FEC2FB
Complementary color
Monochromatic Colors of #FEC2FB
Black with #FEC2FB
Text Example
Text Example
White with #FEC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2FB; }
p { color: rgb(254,194,251); }
H1.HeaderClassName
{
color: #FEC2FB;
}
.AnyTagClassName
{
color: #FEC2FB;
}
</style>
background-color css
<style>
a { background-color: #FEC2FB; }
a { background-color: rgb(254,194,251); }
div.DivClassName
{
background-color: #FEC2FB;
}
.BgClassName
{
background-color: #FEC2FB;
}
</style>
border-color css
<style>
span { border-color: #FEC2FB; }
span { border-color: rgb(254,194,251); }
td.TdClassName
{
border-color: #FEC2FB;
}
.TagClassName
{
border-color: #FEC2FB;
}
</style>