Shades of Selago #FED8FD
Tints of Selago #FED8FD
RGB
CMYK
RGB Variations
Color information
#FED8FD (or 0xFED8FD) is known color: Selago. HEX triplet: FE, D8 and FD. RGB value is (254,216,253). Sum of RGB (Red+Green+Blue) = 254+216+253=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 216 (84.77% from 255 or 29.88% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8FD is #012702. Grayscale: #E7E7E7. Windows color (decimal): -75523 or 16636158. OLE color: 16636158.
HSL color Cylindrical-coordinate representation of color #FED8FD: hue angle of 301.58º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8FD is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 253 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.00 |
| HSL | 301.58º | 0.95% | 0.92% | - |
| HSV(B) | 301.58º | 0.15% | 1% | - |
| XYZ | 83.16 | 77.27 | 103.46 | - |
| YUV | 231.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 253 | 0 | 0.15 | 0.00 | 0.00 | 301.58 | 0.95 | 0.92 |
| Hex | FE | D8 | FD | 0 | F | 0 | 0 | 12E | 5F | 5C |
| Octal | 376 | 330 | 375 | 0 | 17 | 0 | 0 | 456 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11111101 | 0 | 1111 | 0 | 0 | 100101110 | 1011111 | 1011100 |
Color Harmonies of #FED8FD
Complementary color
Monochromatic Colors of #FED8FD
Black with #FED8FD
Text Example
Text Example
White with #FED8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8FD; }
p { color: rgb(254,216,253); }
H1.HeaderClassName
{
color: #FED8FD;
}
.AnyTagClassName
{
color: #FED8FD;
}
</style>
background-color css
<style>
a { background-color: #FED8FD; }
a { background-color: rgb(254,216,253); }
div.DivClassName
{
background-color: #FED8FD;
}
.BgClassName
{
background-color: #FED8FD;
}
</style>
border-color css
<style>
span { border-color: #FED8FD; }
span { border-color: rgb(254,216,253); }
td.TdClassName
{
border-color: #FED8FD;
}
.TagClassName
{
border-color: #FED8FD;
}
</style>