Shades of Snuff #FED2FD
Tints of Snuff #FED2FD
RGB
CMYK
RGB Variations
Color information
#FED2FD (or 0xFED2FD) is known color: Snuff. HEX triplet: FE, D2 and FD. RGB value is (254,210,253). Sum of RGB (Red+Green+Blue) = 254+210+253=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 210 (82.42% from 255 or 29.29% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FD is #012D02. Grayscale: #E3E3E3. Windows color (decimal): -77059 or 16634622. OLE color: 16634622.
HSL color Cylindrical-coordinate representation of color #FED2FD: hue angle of 301.36º 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 #FED2FD is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 253 | - |
CMYK | 0 | 0.17 | 0.00 | 0.00 |
HSL | 301.36º | 0.96% | 0.91% | - |
HSV(B) | 301.36º | 0.17% | 1% | - |
XYZ | 81.65 | 74.26 | 102.96 | - |
YUV | 228.06 | 142.08 | 146.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 253 | 0 | 0.17 | 0.00 | 0.00 | 301.36 | 0.96 | 0.91 |
Hex | FE | D2 | FD | 0 | 11 | 0 | 0 | 12D | 60 | 5B |
Octal | 376 | 322 | 375 | 0 | 21 | 0 | 0 | 455 | 140 | 133 |
Binary | 11111110 | 11010010 | 11111101 | 0 | 10001 | 0 | 0 | 100101101 | 1100000 | 1011011 |
Color Harmonies of #FED2FD
Complementary color
Monochromatic Colors of #FED2FD
Black with #FED2FD
Text Example
Text Example
White with #FED2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2FD; }
p { color: rgb(254,210,253); }
H1.HeaderClassName
{
color: #FED2FD;
}
.AnyTagClassName
{
color: #FED2FD;
}
</style>
background-color css
<style>
a { background-color: #FED2FD; }
a { background-color: rgb(254,210,253); }
div.DivClassName
{
background-color: #FED2FD;
}
.BgClassName
{
background-color: #FED2FD;
}
</style>
border-color css
<style>
span { border-color: #FED2FD; }
span { border-color: rgb(254,210,253); }
td.TdClassName
{
border-color: #FED2FD;
}
.TagClassName
{
border-color: #FED2FD;
}
</style>