Shades of Selago #FED6FF
Tints of Selago #FED6FF
RGB
CMYK
RGB Variations
Color information
#FED6FF (or 0xFED6FF) is known color: Selago. HEX triplet: FE, D6 and FF. RGB value is (254,214,255). Sum of RGB (Red+Green+Blue) = 254+214+255=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 214 (83.98% from 255 or 29.60% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FF is #012900. Grayscale: #E6E6E6. Windows color (decimal): -76033 or 16766718. OLE color: 16766718.
HSL color Cylindrical-coordinate representation of color #FED6FF: hue angle of 298.54º 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 #FED6FF is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 214 | 255 | - |
| CMYK | 0.00 | 0.16 | 0 | 0 |
| HSL | 298.54º | 1% | 0.92% | - |
| HSV(B) | 298.54º | 0.16% | 1% | - |
| XYZ | 82.97 | 76.38 | 104.98 | - |
| YUV | 230.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 255 | 0.00 | 0.16 | 0 | 0 | 298.54 | 1 | 0.92 |
| Hex | FE | D6 | FF | 0 | 10 | 0 | 0 | 12B | 64 | 5C |
| Octal | 376 | 326 | 377 | 0 | 20 | 0 | 0 | 453 | 144 | 134 |
| Binary | 11111110 | 11010110 | 11111111 | 0 | 10000 | 0 | 0 | 100101011 | 1100100 | 1011100 |
Color Harmonies of #FED6FF
Complementary color
Monochromatic Colors of #FED6FF
Black with #FED6FF
Text Example
Text Example
White with #FED6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6FF; }
p { color: rgb(254,214,255); }
H1.HeaderClassName
{
color: #FED6FF;
}
.AnyTagClassName
{
color: #FED6FF;
}
</style>
background-color css
<style>
a { background-color: #FED6FF; }
a { background-color: rgb(254,214,255); }
div.DivClassName
{
background-color: #FED6FF;
}
.BgClassName
{
background-color: #FED6FF;
}
</style>
border-color css
<style>
span { border-color: #FED6FF; }
span { border-color: rgb(254,214,255); }
td.TdClassName
{
border-color: #FED6FF;
}
.TagClassName
{
border-color: #FED6FF;
}
</style>