Shades of Snuff #FED2FC
Tints of Snuff #FED2FC
RGB
CMYK
RGB Variations
Color information
#FED2FC (or 0xFED2FC) is known color: Snuff. HEX triplet: FE, D2 and FC. RGB value is (254,210,252). Sum of RGB (Red+Green+Blue) = 254+210+252=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FC is #012D03. Grayscale: #E3E3E3. Windows color (decimal): -77060 or 16569086. OLE color: 16569086.
HSL color Cylindrical-coordinate representation of color #FED2FC: hue angle of 302.73º 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 #FED2FC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 252 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.00 |
| HSL | 302.73º | 0.96% | 0.91% | - |
| HSV(B) | 302.73º | 0.17% | 1% | - |
| XYZ | 81.49 | 74.19 | 102.12 | - |
| YUV | 227.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 252 | 0 | 0.17 | 0.01 | 0.00 | 302.73 | 0.96 | 0.91 |
| Hex | FE | D2 | FC | 0 | 11 | 1 | 0 | 12F | 60 | 5B |
| Octal | 376 | 322 | 374 | 0 | 21 | 1 | 0 | 457 | 140 | 133 |
| Binary | 11111110 | 11010010 | 11111100 | 0 | 10001 | 1 | 0 | 100101111 | 1100000 | 1011011 |
Color Harmonies of #FED2FC
Complementary color
Monochromatic Colors of #FED2FC
Black with #FED2FC
Text Example
Text Example
White with #FED2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2FC; }
p { color: rgb(254,210,252); }
H1.HeaderClassName
{
color: #FED2FC;
}
.AnyTagClassName
{
color: #FED2FC;
}
</style>
background-color css
<style>
a { background-color: #FED2FC; }
a { background-color: rgb(254,210,252); }
div.DivClassName
{
background-color: #FED2FC;
}
.BgClassName
{
background-color: #FED2FC;
}
</style>
border-color css
<style>
span { border-color: #FED2FC; }
span { border-color: rgb(254,210,252); }
td.TdClassName
{
border-color: #FED2FC;
}
.TagClassName
{
border-color: #FED2FC;
}
</style>