Shades of Snuff #FEC4FC
Tints of Snuff #FEC4FC
RGB
CMYK
RGB Variations
Color information
#FEC4FC (or 0xFEC4FC) is known color: Snuff. HEX triplet: FE, C4 and FC. RGB value is (254,196,252). Sum of RGB (Red+Green+Blue) = 254+196+252=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FC is #013B03. Grayscale: #DBDBDB. Windows color (decimal): -80644 or 16565502. OLE color: 16565502.
HSL color Cylindrical-coordinate representation of color #FEC4FC: hue angle of 302.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 #FEC4FC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 252 | - |
CMYK | 0 | 0.23 | 0.01 | 0.00 |
HSL | 302.07º | 0.97% | 0.88% | - |
HSV(B) | 302.07º | 0.23% | 1% | - |
XYZ | 78.18 | 67.58 | 101.02 | - |
YUV | 219.73 | 146.22 | 152.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 252 | 0 | 0.23 | 0.01 | 0.00 | 302.07 | 0.97 | 0.88 |
Hex | FE | C4 | FC | 0 | 17 | 1 | 0 | 12E | 61 | 58 |
Octal | 376 | 304 | 374 | 0 | 27 | 1 | 0 | 456 | 141 | 130 |
Binary | 11111110 | 11000100 | 11111100 | 0 | 10111 | 1 | 0 | 100101110 | 1100001 | 1011000 |
Color Harmonies of #FEC4FC
Complementary color
Monochromatic Colors of #FEC4FC
Black with #FEC4FC
Text Example
Text Example
White with #FEC4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4FC; }
p { color: rgb(254,196,252); }
H1.HeaderClassName
{
color: #FEC4FC;
}
.AnyTagClassName
{
color: #FEC4FC;
}
</style>
background-color css
<style>
a { background-color: #FEC4FC; }
a { background-color: rgb(254,196,252); }
div.DivClassName
{
background-color: #FEC4FC;
}
.BgClassName
{
background-color: #FEC4FC;
}
</style>
border-color css
<style>
span { border-color: #FEC4FC; }
span { border-color: rgb(254,196,252); }
td.TdClassName
{
border-color: #FEC4FC;
}
.TagClassName
{
border-color: #FEC4FC;
}
</style>