Shades of Snuff #FED4FC
Tints of Snuff #FED4FC
RGB
CMYK
RGB Variations
Color information
#FED4FC (or 0xFED4FC) is known color: Snuff. HEX triplet: FE, D4 and FC. RGB value is (254,212,252). Sum of RGB (Red+Green+Blue) = 254+212+252=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 212 (83.20% from 255 or 29.53% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4FC is #012B03. Grayscale: #E5E5E5. Windows color (decimal): -76548 or 16569598. OLE color: 16569598.
HSL color Cylindrical-coordinate representation of color #FED4FC: hue angle of 302.86º 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 #FED4FC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 252 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.00 |
| HSL | 302.86º | 0.95% | 0.91% | - |
| HSV(B) | 302.86º | 0.17% | 1% | - |
| XYZ | 81.99 | 75.19 | 102.29 | - |
| YUV | 229.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 252 | 0 | 0.17 | 0.01 | 0.00 | 302.86 | 0.95 | 0.91 |
| Hex | FE | D4 | FC | 0 | 11 | 1 | 0 | 12F | 5F | 5B |
| Octal | 376 | 324 | 374 | 0 | 21 | 1 | 0 | 457 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11111100 | 0 | 10001 | 1 | 0 | 100101111 | 1011111 | 1011011 |
Color Harmonies of #FED4FC
Complementary color
Monochromatic Colors of #FED4FC
Black with #FED4FC
Text Example
Text Example
White with #FED4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4FC; }
p { color: rgb(254,212,252); }
H1.HeaderClassName
{
color: #FED4FC;
}
.AnyTagClassName
{
color: #FED4FC;
}
</style>
background-color css
<style>
a { background-color: #FED4FC; }
a { background-color: rgb(254,212,252); }
div.DivClassName
{
background-color: #FED4FC;
}
.BgClassName
{
background-color: #FED4FC;
}
</style>
border-color css
<style>
span { border-color: #FED4FC; }
span { border-color: rgb(254,212,252); }
td.TdClassName
{
border-color: #FED4FC;
}
.TagClassName
{
border-color: #FED4FC;
}
</style>