Shades of Selago #FDDEF8
Tints of Selago #FDDEF8
RGB
CMYK
RGB Variations
Color information
#FDDEF8 (or 0xFDDEF8) is known color: Selago. HEX triplet: FD, DE and F8. RGB value is (253,222,248). Sum of RGB (Red+Green+Blue) = 253+222+248=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 222 (87.11% from 255 or 30.71% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEF8 is #022107. Grayscale: #EAEAEA. Windows color (decimal): -139528 or 16310013. OLE color: 16310013.
HSL color Cylindrical-coordinate representation of color #FDDEF8: hue angle of 309.68º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEF8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 248 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 309.68º | 0.89% | 0.93% | - |
| HSV(B) | 309.68º | 0.12% | 0.99% | - |
| XYZ | 83.57 | 79.9 | 99.82 | - |
| YUV | 234.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 248 | 0 | 0.12 | 0.02 | 0.01 | 309.68 | 0.89 | 0.93 |
| Hex | FD | DE | F8 | 0 | C | 2 | 1 | 136 | 59 | 5D |
| Octal | 375 | 336 | 370 | 0 | 14 | 2 | 1 | 466 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11111000 | 0 | 1100 | 10 | 1 | 100110110 | 1011001 | 1011101 |
Color Harmonies of #FDDEF8
Complementary color
Monochromatic Colors of #FDDEF8
Black with #FDDEF8
Text Example
Text Example
White with #FDDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEF8; }
p { color: rgb(253,222,248); }
H1.HeaderClassName
{
color: #FDDEF8;
}
.AnyTagClassName
{
color: #FDDEF8;
}
</style>
background-color css
<style>
a { background-color: #FDDEF8; }
a { background-color: rgb(253,222,248); }
div.DivClassName
{
background-color: #FDDEF8;
}
.BgClassName
{
background-color: #FDDEF8;
}
</style>
border-color css
<style>
span { border-color: #FDDEF8; }
span { border-color: rgb(253,222,248); }
td.TdClassName
{
border-color: #FDDEF8;
}
.TagClassName
{
border-color: #FDDEF8;
}
</style>