Shades of Selago #FEDEFF
Tints of Selago #FEDEFF
RGB
CMYK
RGB Variations
Color information
#FEDEFF (or 0xFEDEFF) is known color: Selago. HEX triplet: FE, DE and FF. RGB value is (254,222,255). Sum of RGB (Red+Green+Blue) = 254+222+255=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 222 (87.11% from 255 or 30.37% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEFF is #012100. Grayscale: #EBEBEB. Windows color (decimal): -73985 or 16768766. OLE color: 16768766.
HSL color Cylindrical-coordinate representation of color #FEDEFF: hue angle of 298.18º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEFF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 222 | 255 | - |
| CMYK | 0.00 | 0.13 | 0 | 0 |
| HSL | 298.18º | 1% | 0.94% | - |
| HSV(B) | 298.18º | 0.13% | 1% | - |
| XYZ | 85.04 | 80.53 | 105.67 | - |
| YUV | 235.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 255 | 0.00 | 0.13 | 0 | 0 | 298.18 | 1 | 0.94 |
| Hex | FE | DE | FF | 0 | D | 0 | 0 | 12A | 64 | 5E |
| Octal | 376 | 336 | 377 | 0 | 15 | 0 | 0 | 452 | 144 | 136 |
| Binary | 11111110 | 11011110 | 11111111 | 0 | 1101 | 0 | 0 | 100101010 | 1100100 | 1011110 |
Color Harmonies of #FEDEFF
Complementary color
Monochromatic Colors of #FEDEFF
Black with #FEDEFF
Text Example
Text Example
White with #FEDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEFF; }
p { color: rgb(254,222,255); }
H1.HeaderClassName
{
color: #FEDEFF;
}
.AnyTagClassName
{
color: #FEDEFF;
}
</style>
background-color css
<style>
a { background-color: #FEDEFF; }
a { background-color: rgb(254,222,255); }
div.DivClassName
{
background-color: #FEDEFF;
}
.BgClassName
{
background-color: #FEDEFF;
}
</style>
border-color css
<style>
span { border-color: #FEDEFF; }
span { border-color: rgb(254,222,255); }
td.TdClassName
{
border-color: #FEDEFF;
}
.TagClassName
{
border-color: #FEDEFF;
}
</style>