Shades of Snuff #FED3FB
Tints of Snuff #FED3FB
RGB
CMYK
RGB Variations
Color information
#FED3FB (or 0xFED3FB) is known color: Snuff. HEX triplet: FE, D3 and FB. RGB value is (254,211,251). Sum of RGB (Red+Green+Blue) = 254+211+251=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 211 (82.81% from 255 or 29.47% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3FB is #012C04. Grayscale: #E4E4E4. Windows color (decimal): -76805 or 16503806. OLE color: 16503806.
HSL color Cylindrical-coordinate representation of color #FED3FB: hue angle of 304.19º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED3FB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 251 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.00 |
| HSL | 304.19º | 0.96% | 0.91% | - |
| HSV(B) | 304.19º | 0.17% | 1% | - |
| XYZ | 81.58 | 74.62 | 101.37 | - |
| YUV | 228.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 251 | 0 | 0.17 | 0.01 | 0.00 | 304.19 | 0.96 | 0.91 |
| Hex | FE | D3 | FB | 0 | 11 | 1 | 0 | 130 | 60 | 5B |
| Octal | 376 | 323 | 373 | 0 | 21 | 1 | 0 | 460 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11111011 | 0 | 10001 | 1 | 0 | 100110000 | 1100000 | 1011011 |
Color Harmonies of #FED3FB
Complementary color
Monochromatic Colors of #FED3FB
Black with #FED3FB
Text Example
Text Example
White with #FED3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3FB; }
p { color: rgb(254,211,251); }
H1.HeaderClassName
{
color: #FED3FB;
}
.AnyTagClassName
{
color: #FED3FB;
}
</style>
background-color css
<style>
a { background-color: #FED3FB; }
a { background-color: rgb(254,211,251); }
div.DivClassName
{
background-color: #FED3FB;
}
.BgClassName
{
background-color: #FED3FB;
}
</style>
border-color css
<style>
span { border-color: #FED3FB; }
span { border-color: rgb(254,211,251); }
td.TdClassName
{
border-color: #FED3FB;
}
.TagClassName
{
border-color: #FED3FB;
}
</style>