Shades of Snuff #FEC8FD
Tints of Snuff #FEC8FD
RGB
CMYK
RGB Variations
Color information
#FEC8FD (or 0xFEC8FD) is known color: Snuff. HEX triplet: FE, C8 and FD. RGB value is (254,200,253). Sum of RGB (Red+Green+Blue) = 254+200+253=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 200 (78.52% from 255 or 28.29% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FD is #013702. Grayscale: #DEDEDE. Windows color (decimal): -79619 or 16632062. OLE color: 16632062.
HSL color Cylindrical-coordinate representation of color #FEC8FD: hue angle of 301.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8FD is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 253 | - |
CMYK | 0 | 0.21 | 0.00 | 0.00 |
HSL | 301.11º | 0.96% | 0.89% | - |
HSV(B) | 301.11º | 0.21% | 1% | - |
XYZ | 79.26 | 69.47 | 102.16 | - |
YUV | 222.19 | 145.39 | 150.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 253 | 0 | 0.21 | 0.00 | 0.00 | 301.11 | 0.96 | 0.89 |
Hex | FE | C8 | FD | 0 | 15 | 0 | 0 | 12D | 60 | 59 |
Octal | 376 | 310 | 375 | 0 | 25 | 0 | 0 | 455 | 140 | 131 |
Binary | 11111110 | 11001000 | 11111101 | 0 | 10101 | 0 | 0 | 100101101 | 1100000 | 1011001 |
Color Harmonies of #FEC8FD
Complementary color
Monochromatic Colors of #FEC8FD
Black with #FEC8FD
Text Example
Text Example
White with #FEC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8FD; }
p { color: rgb(254,200,253); }
H1.HeaderClassName
{
color: #FEC8FD;
}
.AnyTagClassName
{
color: #FEC8FD;
}
</style>
background-color css
<style>
a { background-color: #FEC8FD; }
a { background-color: rgb(254,200,253); }
div.DivClassName
{
background-color: #FEC8FD;
}
.BgClassName
{
background-color: #FEC8FD;
}
</style>
border-color css
<style>
span { border-color: #FEC8FD; }
span { border-color: rgb(254,200,253); }
td.TdClassName
{
border-color: #FEC8FD;
}
.TagClassName
{
border-color: #FEC8FD;
}
</style>