Shades of Selago #FED6FD
Tints of Selago #FED6FD
RGB
CMYK
RGB Variations
Color information
#FED6FD (or 0xFED6FD) is known color: Selago. HEX triplet: FE, D6 and FD. RGB value is (254,214,253). Sum of RGB (Red+Green+Blue) = 254+214+253=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 214 (83.98% from 255 or 29.68% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FD is #012902. Grayscale: #E6E6E6. Windows color (decimal): -76035 or 16635646. OLE color: 16635646.
HSL color Cylindrical-coordinate representation of color #FED6FD: hue angle of 301.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6FD is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 253 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.00 |
| HSL | 301.5º | 0.95% | 0.92% | - |
| HSV(B) | 301.5º | 0.16% | 1% | - |
| XYZ | 82.65 | 76.26 | 103.29 | - |
| YUV | 230.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 253 | 0 | 0.16 | 0.00 | 0.00 | 301.5 | 0.95 | 0.92 |
| Hex | FE | D6 | FD | 0 | 10 | 0 | 0 | 12E | 5F | 5C |
| Octal | 376 | 326 | 375 | 0 | 20 | 0 | 0 | 456 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11111101 | 0 | 10000 | 0 | 0 | 100101110 | 1011111 | 1011100 |
Color Harmonies of #FED6FD
Complementary color
Monochromatic Colors of #FED6FD
Black with #FED6FD
Text Example
Text Example
White with #FED6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6FD; }
p { color: rgb(254,214,253); }
H1.HeaderClassName
{
color: #FED6FD;
}
.AnyTagClassName
{
color: #FED6FD;
}
</style>
background-color css
<style>
a { background-color: #FED6FD; }
a { background-color: rgb(254,214,253); }
div.DivClassName
{
background-color: #FED6FD;
}
.BgClassName
{
background-color: #FED6FD;
}
</style>
border-color css
<style>
span { border-color: #FED6FD; }
span { border-color: rgb(254,214,253); }
td.TdClassName
{
border-color: #FED6FD;
}
.TagClassName
{
border-color: #FED6FD;
}
</style>