Shades of Snuff #FEC8FF
Tints of Snuff #FEC8FF
RGB
CMYK
RGB Variations
Color information
#FEC8FF (or 0xFEC8FF) is known color: Snuff. HEX triplet: FE, C8 and FF. RGB value is (254,200,255). Sum of RGB (Red+Green+Blue) = 254+200+255=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 200 (78.52% from 255 or 28.21% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FF is #013700. Grayscale: #DEDEDE. Windows color (decimal): -79617 or 16763134. OLE color: 16763134.
HSL color Cylindrical-coordinate representation of color #FEC8FF: hue angle of 298.91º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC8FF is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 200 | 255 | - |
| CMYK | 0.00 | 0.22 | 0 | 0 |
| HSL | 298.91º | 1% | 0.89% | - |
| HSV(B) | 298.91º | 0.22% | 1% | - |
| XYZ | 79.58 | 69.6 | 103.85 | - |
| YUV | 222.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 255 | 0.00 | 0.22 | 0 | 0 | 298.91 | 1 | 0.89 |
| Hex | FE | C8 | FF | 0 | 16 | 0 | 0 | 12B | 64 | 59 |
| Octal | 376 | 310 | 377 | 0 | 26 | 0 | 0 | 453 | 144 | 131 |
| Binary | 11111110 | 11001000 | 11111111 | 0 | 10110 | 0 | 0 | 100101011 | 1100100 | 1011001 |
Color Harmonies of #FEC8FF
Complementary color
Monochromatic Colors of #FEC8FF
Black with #FEC8FF
Text Example
Text Example
White with #FEC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8FF; }
p { color: rgb(254,200,255); }
H1.HeaderClassName
{
color: #FEC8FF;
}
.AnyTagClassName
{
color: #FEC8FF;
}
</style>
background-color css
<style>
a { background-color: #FEC8FF; }
a { background-color: rgb(254,200,255); }
div.DivClassName
{
background-color: #FEC8FF;
}
.BgClassName
{
background-color: #FEC8FF;
}
</style>
border-color css
<style>
span { border-color: #FEC8FF; }
span { border-color: rgb(254,200,255); }
td.TdClassName
{
border-color: #FEC8FF;
}
.TagClassName
{
border-color: #FEC8FF;
}
</style>