Shades of Snuff #FED4FA
Tints of Snuff #FED4FA
RGB
CMYK
RGB Variations
Color information
#FED4FA (or 0xFED4FA) is known color: Snuff. HEX triplet: FE, D4 and FA. RGB value is (254,212,250). Sum of RGB (Red+Green+Blue) = 254+212+250=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 212 (83.20% from 255 or 29.61% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4FA is #012B05. Grayscale: #E4E4E4. Windows color (decimal): -76550 or 16438526. OLE color: 16438526.
HSL color Cylindrical-coordinate representation of color #FED4FA: hue angle of 305.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4FA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 250 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.00 |
| HSL | 305.71º | 0.95% | 0.91% | - |
| HSV(B) | 305.71º | 0.17% | 1% | - |
| XYZ | 81.67 | 75.06 | 100.63 | - |
| YUV | 228.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 250 | 0 | 0.17 | 0.02 | 0.00 | 305.71 | 0.95 | 0.91 |
| Hex | FE | D4 | FA | 0 | 11 | 2 | 0 | 132 | 5F | 5B |
| Octal | 376 | 324 | 372 | 0 | 21 | 2 | 0 | 462 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11111010 | 0 | 10001 | 10 | 0 | 100110010 | 1011111 | 1011011 |
Color Harmonies of #FED4FA
Complementary color
Monochromatic Colors of #FED4FA
Black with #FED4FA
Text Example
Text Example
White with #FED4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4FA; }
p { color: rgb(254,212,250); }
H1.HeaderClassName
{
color: #FED4FA;
}
.AnyTagClassName
{
color: #FED4FA;
}
</style>
background-color css
<style>
a { background-color: #FED4FA; }
a { background-color: rgb(254,212,250); }
div.DivClassName
{
background-color: #FED4FA;
}
.BgClassName
{
background-color: #FED4FA;
}
</style>
border-color css
<style>
span { border-color: #FED4FA; }
span { border-color: rgb(254,212,250); }
td.TdClassName
{
border-color: #FED4FA;
}
.TagClassName
{
border-color: #FED4FA;
}
</style>