Shades of Selago #FED6FE
Tints of Selago #FED6FE
RGB
CMYK
RGB Variations
Color information
#FED6FE (or 0xFED6FE) is known color: Selago. HEX triplet: FE, D6 and FE. RGB value is (254,214,254). Sum of RGB (Red+Green+Blue) = 254+214+254=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 214 (83.98% from 255 or 29.64% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FED6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FE is #012901. Grayscale: #E6E6E6. Windows color (decimal): -76034 or 16701182. OLE color: 16701182.
HSL color Cylindrical-coordinate representation of color #FED6FE: hue angle of 300º 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 #FED6FE is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 254 | - |
| CMYK | 0 | 0.16 | 0 | 0.00 |
| HSL | 300º | 0.95% | 0.92% | - |
| HSV(B) | 300º | 0.16% | 1% | - |
| XYZ | 82.81 | 76.32 | 104.13 | - |
| YUV | 230.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 254 | 0 | 0.16 | 0 | 0.00 | 300 | 0.95 | 0.92 |
| Hex | FE | D6 | FE | 0 | 10 | 0 | 0 | 12C | 5F | 5C |
| Octal | 376 | 326 | 376 | 0 | 20 | 0 | 0 | 454 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11111110 | 0 | 10000 | 0 | 0 | 100101100 | 1011111 | 1011100 |
Color Harmonies of #FED6FE
Complementary color
Monochromatic Colors of #FED6FE
Black with #FED6FE
Text Example
Text Example
White with #FED6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6FE; }
p { color: rgb(254,214,254); }
H1.HeaderClassName
{
color: #FED6FE;
}
.AnyTagClassName
{
color: #FED6FE;
}
</style>
background-color css
<style>
a { background-color: #FED6FE; }
a { background-color: rgb(254,214,254); }
div.DivClassName
{
background-color: #FED6FE;
}
.BgClassName
{
background-color: #FED6FE;
}
</style>
border-color css
<style>
span { border-color: #FED6FE; }
span { border-color: rgb(254,214,254); }
td.TdClassName
{
border-color: #FED6FE;
}
.TagClassName
{
border-color: #FED6FE;
}
</style>