Shades of Snuff #FED3FA
Tints of Snuff #FED3FA
RGB
CMYK
RGB Variations
Color information
#FED3FA (or 0xFED3FA) is known color: Snuff. HEX triplet: FE, D3 and FA. RGB value is (254,211,250). Sum of RGB (Red+Green+Blue) = 254+211+250=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 211 (82.81% from 255 or 29.51% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3FA is #012C05. Grayscale: #E4E4E4. Windows color (decimal): -76806 or 16438270. OLE color: 16438270.
HSL color Cylindrical-coordinate representation of color #FED3FA: hue angle of 305.58º 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 #FED3FA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 250 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.00 |
| HSL | 305.58º | 0.96% | 0.91% | - |
| HSV(B) | 305.58º | 0.17% | 1% | - |
| XYZ | 81.42 | 74.56 | 100.54 | - |
| YUV | 228.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 250 | 0 | 0.17 | 0.02 | 0.00 | 305.58 | 0.96 | 0.91 |
| Hex | FE | D3 | FA | 0 | 11 | 2 | 0 | 132 | 60 | 5B |
| Octal | 376 | 323 | 372 | 0 | 21 | 2 | 0 | 462 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11111010 | 0 | 10001 | 10 | 0 | 100110010 | 1100000 | 1011011 |
Color Harmonies of #FED3FA
Complementary color
Monochromatic Colors of #FED3FA
Black with #FED3FA
Text Example
Text Example
White with #FED3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3FA; }
p { color: rgb(254,211,250); }
H1.HeaderClassName
{
color: #FED3FA;
}
.AnyTagClassName
{
color: #FED3FA;
}
</style>
background-color css
<style>
a { background-color: #FED3FA; }
a { background-color: rgb(254,211,250); }
div.DivClassName
{
background-color: #FED3FA;
}
.BgClassName
{
background-color: #FED3FA;
}
</style>
border-color css
<style>
span { border-color: #FED3FA; }
span { border-color: rgb(254,211,250); }
td.TdClassName
{
border-color: #FED3FA;
}
.TagClassName
{
border-color: #FED3FA;
}
</style>