Shades of Snuff #FEC0FF
Tints of Snuff #FEC0FF
RGB
CMYK
RGB Variations
Color information
#FEC0FF (or 0xFEC0FF) is known color: Snuff. HEX triplet: FE, C0 and FF. RGB value is (254,192,255). Sum of RGB (Red+Green+Blue) = 254+192+255=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 192 (75.39% from 255 or 27.39% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FF is #013F00. Grayscale: #D9D9D9. Windows color (decimal): -81665 or 16761086. OLE color: 16761086.
HSL color Cylindrical-coordinate representation of color #FEC0FF: hue angle of 299.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEC0FF is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 192 | 255 | - |
CMYK | 0.00 | 0.25 | 0 | 0 |
HSL | 299.05º | 1% | 0.88% | - |
HSV(B) | 299.05º | 0.25% | 1% | - |
XYZ | 77.77 | 65.99 | 103.25 | - |
YUV | 217.72 | 149.04 | 153.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 192 | 255 | 0.00 | 0.25 | 0 | 0 | 299.05 | 1 | 0.88 |
Hex | FE | C0 | FF | 0 | 19 | 0 | 0 | 12B | 64 | 58 |
Octal | 376 | 300 | 377 | 0 | 31 | 0 | 0 | 453 | 144 | 130 |
Binary | 11111110 | 11000000 | 11111111 | 0 | 11001 | 0 | 0 | 100101011 | 1100100 | 1011000 |
Color Harmonies of #FEC0FF
Complementary color
Monochromatic Colors of #FEC0FF
Black with #FEC0FF
Text Example
Text Example
White with #FEC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0FF; }
p { color: rgb(254,192,255); }
H1.HeaderClassName
{
color: #FEC0FF;
}
.AnyTagClassName
{
color: #FEC0FF;
}
</style>
background-color css
<style>
a { background-color: #FEC0FF; }
a { background-color: rgb(254,192,255); }
div.DivClassName
{
background-color: #FEC0FF;
}
.BgClassName
{
background-color: #FEC0FF;
}
</style>
border-color css
<style>
span { border-color: #FEC0FF; }
span { border-color: rgb(254,192,255); }
td.TdClassName
{
border-color: #FEC0FF;
}
.TagClassName
{
border-color: #FEC0FF;
}
</style>