Shades of Selago #FEDEFE
Tints of Selago #FEDEFE
RGB
CMYK
RGB Variations
Color information
#FEDEFE (or 0xFEDEFE) is known color: Selago. HEX triplet: FE, DE and FE. RGB value is (254,222,254). Sum of RGB (Red+Green+Blue) = 254+222+254=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 222 (87.11% from 255 or 30.41% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEFE is #012101. Grayscale: #EBEBEB. Windows color (decimal): -73986 or 16703230. OLE color: 16703230.
HSL color Cylindrical-coordinate representation of color #FEDEFE: hue angle of 300º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEFE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 254 | - |
| CMYK | 0 | 0.13 | 0 | 0.00 |
| HSL | 300º | 0.94% | 0.93% | - |
| HSV(B) | 300º | 0.13% | 1% | - |
| XYZ | 84.88 | 80.47 | 104.82 | - |
| YUV | 235.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 254 | 0 | 0.13 | 0 | 0.00 | 300 | 0.94 | 0.93 |
| Hex | FE | DE | FE | 0 | D | 0 | 0 | 12C | 5E | 5D |
| Octal | 376 | 336 | 376 | 0 | 15 | 0 | 0 | 454 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11111110 | 0 | 1101 | 0 | 0 | 100101100 | 1011110 | 1011101 |
Color Harmonies of #FEDEFE
Complementary color
Monochromatic Colors of #FEDEFE
Black with #FEDEFE
Text Example
Text Example
White with #FEDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEFE; }
p { color: rgb(254,222,254); }
H1.HeaderClassName
{
color: #FEDEFE;
}
.AnyTagClassName
{
color: #FEDEFE;
}
</style>
background-color css
<style>
a { background-color: #FEDEFE; }
a { background-color: rgb(254,222,254); }
div.DivClassName
{
background-color: #FEDEFE;
}
.BgClassName
{
background-color: #FEDEFE;
}
</style>
border-color css
<style>
span { border-color: #FEDEFE; }
span { border-color: rgb(254,222,254); }
td.TdClassName
{
border-color: #FEDEFE;
}
.TagClassName
{
border-color: #FEDEFE;
}
</style>