Shades of Selago #FEDDFE
Tints of Selago #FEDDFE
RGB
CMYK
RGB Variations
Color information
#FEDDFE (or 0xFEDDFE) is known color: Selago. HEX triplet: FE, DD and FE. RGB value is (254,221,254). Sum of RGB (Red+Green+Blue) = 254+221+254=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 221 (86.72% from 255 or 30.32% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFE is #012201. Grayscale: #EAEAEA. Windows color (decimal): -74242 or 16702974. OLE color: 16702974.
HSL color Cylindrical-coordinate representation of color #FEDDFE: 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 #FEDDFE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 254 | - |
| CMYK | 0 | 0.13 | 0 | 0.00 |
| HSL | 300º | 0.94% | 0.93% | - |
| HSV(B) | 300º | 0.13% | 1% | - |
| XYZ | 84.62 | 79.94 | 104.74 | - |
| YUV | 234.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 254 | 0 | 0.13 | 0 | 0.00 | 300 | 0.94 | 0.93 |
| Hex | FE | DD | FE | 0 | D | 0 | 0 | 12C | 5E | 5D |
| Octal | 376 | 335 | 376 | 0 | 15 | 0 | 0 | 454 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11111110 | 0 | 1101 | 0 | 0 | 100101100 | 1011110 | 1011101 |
Color Harmonies of #FEDDFE
Complementary color
Monochromatic Colors of #FEDDFE
Black with #FEDDFE
Text Example
Text Example
White with #FEDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDFE; }
p { color: rgb(254,221,254); }
H1.HeaderClassName
{
color: #FEDDFE;
}
.AnyTagClassName
{
color: #FEDDFE;
}
</style>
background-color css
<style>
a { background-color: #FEDDFE; }
a { background-color: rgb(254,221,254); }
div.DivClassName
{
background-color: #FEDDFE;
}
.BgClassName
{
background-color: #FEDDFE;
}
</style>
border-color css
<style>
span { border-color: #FEDDFE; }
span { border-color: rgb(254,221,254); }
td.TdClassName
{
border-color: #FEDDFE;
}
.TagClassName
{
border-color: #FEDDFE;
}
</style>