Shades of Selago #FED5FF
Tints of Selago #FED5FF
RGB
CMYK
RGB Variations
Color information
#FED5FF (or 0xFED5FF) is known color: Selago. HEX triplet: FE, D5 and FF. RGB value is (254,213,255). Sum of RGB (Red+Green+Blue) = 254+213+255=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 213 (83.59% from 255 or 29.50% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5FF is #012A00. Grayscale: #E5E5E5. Windows color (decimal): -76289 or 16766462. OLE color: 16766462.
HSL color Cylindrical-coordinate representation of color #FED5FF: hue angle of 298.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED5FF is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 213 | 255 | - |
| CMYK | 0.00 | 0.16 | 0 | 0 |
| HSL | 298.57º | 1% | 0.92% | - |
| HSV(B) | 298.57º | 0.16% | 1% | - |
| XYZ | 82.72 | 75.88 | 104.89 | - |
| YUV | 230.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 255 | 0.00 | 0.16 | 0 | 0 | 298.57 | 1 | 0.92 |
| Hex | FE | D5 | FF | 0 | 10 | 0 | 0 | 12B | 64 | 5C |
| Octal | 376 | 325 | 377 | 0 | 20 | 0 | 0 | 453 | 144 | 134 |
| Binary | 11111110 | 11010101 | 11111111 | 0 | 10000 | 0 | 0 | 100101011 | 1100100 | 1011100 |
Color Harmonies of #FED5FF
Complementary color
Monochromatic Colors of #FED5FF
Black with #FED5FF
Text Example
Text Example
White with #FED5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5FF; }
p { color: rgb(254,213,255); }
H1.HeaderClassName
{
color: #FED5FF;
}
.AnyTagClassName
{
color: #FED5FF;
}
</style>
background-color css
<style>
a { background-color: #FED5FF; }
a { background-color: rgb(254,213,255); }
div.DivClassName
{
background-color: #FED5FF;
}
.BgClassName
{
background-color: #FED5FF;
}
</style>
border-color css
<style>
span { border-color: #FED5FF; }
span { border-color: rgb(254,213,255); }
td.TdClassName
{
border-color: #FED5FF;
}
.TagClassName
{
border-color: #FED5FF;
}
</style>