Shades of Snuff #FED0FA
Tints of Snuff #FED0FA
RGB
CMYK
RGB Variations
Color information
#FED0FA (or 0xFED0FA) is known color: Snuff. HEX triplet: FE, D0 and FA. RGB value is (254,208,250). Sum of RGB (Red+Green+Blue) = 254+208+250=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 208 (81.64% from 255 or 29.21% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FA is #012F05. Grayscale: #E2E2E2. Windows color (decimal): -77574 or 16437502. OLE color: 16437502.
HSL color Cylindrical-coordinate representation of color #FED0FA: hue angle of 305.22º 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 #FED0FA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 250 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.00 |
| HSL | 305.22º | 0.96% | 0.91% | - |
| HSV(B) | 305.22º | 0.18% | 1% | - |
| XYZ | 80.68 | 73.08 | 100.3 | - |
| YUV | 226.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 250 | 0 | 0.18 | 0.02 | 0.00 | 305.22 | 0.96 | 0.91 |
| Hex | FE | D0 | FA | 0 | 12 | 2 | 0 | 131 | 60 | 5B |
| Octal | 376 | 320 | 372 | 0 | 22 | 2 | 0 | 461 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111010 | 0 | 10010 | 10 | 0 | 100110001 | 1100000 | 1011011 |
Color Harmonies of #FED0FA
Complementary color
Monochromatic Colors of #FED0FA
Black with #FED0FA
Text Example
Text Example
White with #FED0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0FA; }
p { color: rgb(254,208,250); }
H1.HeaderClassName
{
color: #FED0FA;
}
.AnyTagClassName
{
color: #FED0FA;
}
</style>
background-color css
<style>
a { background-color: #FED0FA; }
a { background-color: rgb(254,208,250); }
div.DivClassName
{
background-color: #FED0FA;
}
.BgClassName
{
background-color: #FED0FA;
}
</style>
border-color css
<style>
span { border-color: #FED0FA; }
span { border-color: rgb(254,208,250); }
td.TdClassName
{
border-color: #FED0FA;
}
.TagClassName
{
border-color: #FED0FA;
}
</style>