Shades of Selago #FDDEFE
Tints of Selago #FDDEFE
RGB
CMYK
RGB Variations
Color information
#FDDEFE (or 0xFDDEFE) is known color: Selago. HEX triplet: FD, DE and FE. RGB value is (253,222,254). Sum of RGB (Red+Green+Blue) = 253+222+254=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 222 (87.11% from 255 or 30.45% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFE is #022101. Grayscale: #EAEAEA. Windows color (decimal): -139522 or 16703229. OLE color: 16703229.
HSL color Cylindrical-coordinate representation of color #FDDEFE: hue angle of 298.12º 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 #FDDEFE is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 222 | 254 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.00 |
| HSL | 298.13º | 0.94% | 0.93% | - |
| HSV(B) | 298.13º | 0.13% | 1% | - |
| XYZ | 84.52 | 80.28 | 104.81 | - |
| YUV | 234.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 254 | 0.00 | 0.13 | 0 | 0.00 | 298.13 | 0.94 | 0.93 |
| Hex | FD | DE | FE | 0 | D | 0 | 0 | 12A | 5E | 5D |
| Octal | 375 | 336 | 376 | 0 | 15 | 0 | 0 | 452 | 136 | 135 |
| Binary | 11111101 | 11011110 | 11111110 | 0 | 1101 | 0 | 0 | 100101010 | 1011110 | 1011101 |
Color Harmonies of #FDDEFE
Complementary color
Monochromatic Colors of #FDDEFE
Black with #FDDEFE
Text Example
Text Example
White with #FDDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEFE; }
p { color: rgb(253,222,254); }
H1.HeaderClassName
{
color: #FDDEFE;
}
.AnyTagClassName
{
color: #FDDEFE;
}
</style>
background-color css
<style>
a { background-color: #FDDEFE; }
a { background-color: rgb(253,222,254); }
div.DivClassName
{
background-color: #FDDEFE;
}
.BgClassName
{
background-color: #FDDEFE;
}
</style>
border-color css
<style>
span { border-color: #FDDEFE; }
span { border-color: rgb(253,222,254); }
td.TdClassName
{
border-color: #FDDEFE;
}
.TagClassName
{
border-color: #FDDEFE;
}
</style>