Shades of Snuff #FEC3FD
Tints of Snuff #FEC3FD
RGB
CMYK
RGB Variations
Color information
#FEC3FD (or 0xFEC3FD) is known color: Snuff. HEX triplet: FE, C3 and FD. RGB value is (254,195,253). Sum of RGB (Red+Green+Blue) = 254+195+253=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 195 (76.56% from 255 or 27.78% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FD is #013C02. Grayscale: #DBDBDB. Windows color (decimal): -80899 or 16630782. OLE color: 16630782.
HSL color Cylindrical-coordinate representation of color #FEC3FD: hue angle of 301.02º 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 #FEC3FD is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 253 | - |
CMYK | 0 | 0.23 | 0.00 | 0.00 |
HSL | 301.02º | 0.97% | 0.88% | - |
HSV(B) | 301.02º | 0.23% | 1% | - |
XYZ | 78.12 | 67.19 | 101.78 | - |
YUV | 219.25 | 147.05 | 152.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 253 | 0 | 0.23 | 0.00 | 0.00 | 301.02 | 0.97 | 0.88 |
Hex | FE | C3 | FD | 0 | 17 | 0 | 0 | 12D | 61 | 58 |
Octal | 376 | 303 | 375 | 0 | 27 | 0 | 0 | 455 | 141 | 130 |
Binary | 11111110 | 11000011 | 11111101 | 0 | 10111 | 0 | 0 | 100101101 | 1100001 | 1011000 |
Color Harmonies of #FEC3FD
Complementary color
Monochromatic Colors of #FEC3FD
Black with #FEC3FD
Text Example
Text Example
White with #FEC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3FD; }
p { color: rgb(254,195,253); }
H1.HeaderClassName
{
color: #FEC3FD;
}
.AnyTagClassName
{
color: #FEC3FD;
}
</style>
background-color css
<style>
a { background-color: #FEC3FD; }
a { background-color: rgb(254,195,253); }
div.DivClassName
{
background-color: #FEC3FD;
}
.BgClassName
{
background-color: #FEC3FD;
}
</style>
border-color css
<style>
span { border-color: #FEC3FD; }
span { border-color: rgb(254,195,253); }
td.TdClassName
{
border-color: #FEC3FD;
}
.TagClassName
{
border-color: #FEC3FD;
}
</style>