Shades of Snuff #FED1FB
Tints of Snuff #FED1FB
RGB
CMYK
RGB Variations
Color information
#FED1FB (or 0xFED1FB) is known color: Snuff. HEX triplet: FE, D1 and FB. RGB value is (254,209,251). Sum of RGB (Red+Green+Blue) = 254+209+251=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 209 (82.03% from 255 or 29.27% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1FB is #012E04. Grayscale: #E3E3E3. Windows color (decimal): -77317 or 16503294. OLE color: 16503294.
HSL color Cylindrical-coordinate representation of color #FED1FB: hue angle of 304º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1FB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 251 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.00 |
| HSL | 304º | 0.96% | 0.91% | - |
| HSV(B) | 304º | 0.18% | 1% | - |
| XYZ | 81.09 | 73.64 | 101.21 | - |
| YUV | 227.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 251 | 0 | 0.18 | 0.01 | 0.00 | 304 | 0.96 | 0.91 |
| Hex | FE | D1 | FB | 0 | 12 | 1 | 0 | 130 | 60 | 5B |
| Octal | 376 | 321 | 373 | 0 | 22 | 1 | 0 | 460 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11111011 | 0 | 10010 | 1 | 0 | 100110000 | 1100000 | 1011011 |
Color Harmonies of #FED1FB
Complementary color
Monochromatic Colors of #FED1FB
Black with #FED1FB
Text Example
Text Example
White with #FED1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1FB; }
p { color: rgb(254,209,251); }
H1.HeaderClassName
{
color: #FED1FB;
}
.AnyTagClassName
{
color: #FED1FB;
}
</style>
background-color css
<style>
a { background-color: #FED1FB; }
a { background-color: rgb(254,209,251); }
div.DivClassName
{
background-color: #FED1FB;
}
.BgClassName
{
background-color: #FED1FB;
}
</style>
border-color css
<style>
span { border-color: #FED1FB; }
span { border-color: rgb(254,209,251); }
td.TdClassName
{
border-color: #FED1FB;
}
.TagClassName
{
border-color: #FED1FB;
}
</style>