Shades of Snuff #FED2FF
Tints of Snuff #FED2FF
RGB
CMYK
RGB Variations
Color information
#FED2FF (or 0xFED2FF) is known color: Snuff. HEX triplet: FE, D2 and FF. RGB value is (254,210,255). Sum of RGB (Red+Green+Blue) = 254+210+255=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 210 (82.42% from 255 or 29.21% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FF is #012D00. Grayscale: #E4E4E4. Windows color (decimal): -77057 or 16765694. OLE color: 16765694.
HSL color Cylindrical-coordinate representation of color #FED2FF: hue angle of 298.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED2FF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 210 | 255 | - |
| CMYK | 0.00 | 0.18 | 0 | 0 |
| HSL | 298.67º | 1% | 0.91% | - |
| HSV(B) | 298.67º | 0.18% | 1% | - |
| XYZ | 81.97 | 74.38 | 104.65 | - |
| YUV | 228.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 255 | 0.00 | 0.18 | 0 | 0 | 298.67 | 1 | 0.91 |
| Hex | FE | D2 | FF | 0 | 12 | 0 | 0 | 12B | 64 | 5B |
| Octal | 376 | 322 | 377 | 0 | 22 | 0 | 0 | 453 | 144 | 133 |
| Binary | 11111110 | 11010010 | 11111111 | 0 | 10010 | 0 | 0 | 100101011 | 1100100 | 1011011 |
Color Harmonies of #FED2FF
Complementary color
Monochromatic Colors of #FED2FF
Black with #FED2FF
Text Example
Text Example
White with #FED2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2FF; }
p { color: rgb(254,210,255); }
H1.HeaderClassName
{
color: #FED2FF;
}
.AnyTagClassName
{
color: #FED2FF;
}
</style>
background-color css
<style>
a { background-color: #FED2FF; }
a { background-color: rgb(254,210,255); }
div.DivClassName
{
background-color: #FED2FF;
}
.BgClassName
{
background-color: #FED2FF;
}
</style>
border-color css
<style>
span { border-color: #FED2FF; }
span { border-color: rgb(254,210,255); }
td.TdClassName
{
border-color: #FED2FF;
}
.TagClassName
{
border-color: #FED2FF;
}
</style>