Shades of Snuff #FED6FA
Tints of Snuff #FED6FA
RGB
CMYK
RGB Variations
Color information
#FED6FA (or 0xFED6FA) is known color: Snuff. HEX triplet: FE, D6 and FA. RGB value is (254,214,250). Sum of RGB (Red+Green+Blue) = 254+214+250=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 214 (83.98% from 255 or 29.81% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FA is #012905. Grayscale: #E5E5E5. Windows color (decimal): -76038 or 16439038. OLE color: 16439038.
HSL color Cylindrical-coordinate representation of color #FED6FA: hue angle of 306º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6FA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 250 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.00 |
| HSL | 306º | 0.95% | 0.92% | - |
| HSV(B) | 306º | 0.16% | 1% | - |
| XYZ | 82.17 | 76.07 | 100.79 | - |
| YUV | 230.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 250 | 0 | 0.16 | 0.02 | 0.00 | 306 | 0.95 | 0.92 |
| Hex | FE | D6 | FA | 0 | 10 | 2 | 0 | 132 | 5F | 5C |
| Octal | 376 | 326 | 372 | 0 | 20 | 2 | 0 | 462 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11111010 | 0 | 10000 | 10 | 0 | 100110010 | 1011111 | 1011100 |
Color Harmonies of #FED6FA
Complementary color
Monochromatic Colors of #FED6FA
Black with #FED6FA
Text Example
Text Example
White with #FED6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6FA; }
p { color: rgb(254,214,250); }
H1.HeaderClassName
{
color: #FED6FA;
}
.AnyTagClassName
{
color: #FED6FA;
}
</style>
background-color css
<style>
a { background-color: #FED6FA; }
a { background-color: rgb(254,214,250); }
div.DivClassName
{
background-color: #FED6FA;
}
.BgClassName
{
background-color: #FED6FA;
}
</style>
border-color css
<style>
span { border-color: #FED6FA; }
span { border-color: rgb(254,214,250); }
td.TdClassName
{
border-color: #FED6FA;
}
.TagClassName
{
border-color: #FED6FA;
}
</style>