Shades of Snuff #FED6FB
Tints of Snuff #FED6FB
RGB
CMYK
RGB Variations
Color information
#FED6FB (or 0xFED6FB) is known color: Snuff. HEX triplet: FE, D6 and FB. RGB value is (254,214,251). Sum of RGB (Red+Green+Blue) = 254+214+251=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 214 (83.98% from 255 or 29.76% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FB is #012904. Grayscale: #E6E6E6. Windows color (decimal): -76037 or 16504574. OLE color: 16504574.
HSL color Cylindrical-coordinate representation of color #FED6FB: hue angle of 304.5º 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 #FED6FB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 251 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.00 |
| HSL | 304.5º | 0.95% | 0.92% | - |
| HSV(B) | 304.5º | 0.16% | 1% | - |
| XYZ | 82.33 | 76.13 | 101.62 | - |
| YUV | 230.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 251 | 0 | 0.16 | 0.01 | 0.00 | 304.5 | 0.95 | 0.92 |
| Hex | FE | D6 | FB | 0 | 10 | 1 | 0 | 130 | 5F | 5C |
| Octal | 376 | 326 | 373 | 0 | 20 | 1 | 0 | 460 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11111011 | 0 | 10000 | 1 | 0 | 100110000 | 1011111 | 1011100 |
Color Harmonies of #FED6FB
Complementary color
Monochromatic Colors of #FED6FB
Black with #FED6FB
Text Example
Text Example
White with #FED6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6FB; }
p { color: rgb(254,214,251); }
H1.HeaderClassName
{
color: #FED6FB;
}
.AnyTagClassName
{
color: #FED6FB;
}
</style>
background-color css
<style>
a { background-color: #FED6FB; }
a { background-color: rgb(254,214,251); }
div.DivClassName
{
background-color: #FED6FB;
}
.BgClassName
{
background-color: #FED6FB;
}
</style>
border-color css
<style>
span { border-color: #FED6FB; }
span { border-color: rgb(254,214,251); }
td.TdClassName
{
border-color: #FED6FB;
}
.TagClassName
{
border-color: #FED6FB;
}
</style>