Shades of Selago #FDD9FF
Tints of Selago #FDD9FF
RGB
CMYK
RGB Variations
Color information
#FDD9FF (or 0xFDD9FF) is known color: Selago. HEX triplet: FD, D9 and FF. RGB value is (253,217,255). Sum of RGB (Red+Green+Blue) = 253+217+255=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 217 (85.16% from 255 or 29.93% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9FF is #022600. Grayscale: #E7E7E7. Windows color (decimal): -140801 or 16767485. OLE color: 16767485.
HSL color Cylindrical-coordinate representation of color #FDD9FF: hue angle of 296.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD9FF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 217 | 255 | - |
| CMYK | 0.01 | 0.15 | 0 | 0 |
| HSL | 296.84º | 1% | 0.93% | - |
| HSV(B) | 296.84º | 0.15% | 1% | - |
| XYZ | 83.37 | 77.73 | 105.22 | - |
| YUV | 232.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 255 | 0.01 | 0.15 | 0 | 0 | 296.84 | 1 | 0.93 |
| Hex | FD | D9 | FF | 1 | F | 0 | 0 | 129 | 64 | 5D |
| Octal | 375 | 331 | 377 | 1 | 17 | 0 | 0 | 451 | 144 | 135 |
| Binary | 11111101 | 11011001 | 11111111 | 1 | 1111 | 0 | 0 | 100101001 | 1100100 | 1011101 |
Color Harmonies of #FDD9FF
Complementary color
Monochromatic Colors of #FDD9FF
Black with #FDD9FF
Text Example
Text Example
White with #FDD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9FF; }
p { color: rgb(253,217,255); }
H1.HeaderClassName
{
color: #FDD9FF;
}
.AnyTagClassName
{
color: #FDD9FF;
}
</style>
background-color css
<style>
a { background-color: #FDD9FF; }
a { background-color: rgb(253,217,255); }
div.DivClassName
{
background-color: #FDD9FF;
}
.BgClassName
{
background-color: #FDD9FF;
}
</style>
border-color css
<style>
span { border-color: #FDD9FF; }
span { border-color: rgb(253,217,255); }
td.TdClassName
{
border-color: #FDD9FF;
}
.TagClassName
{
border-color: #FDD9FF;
}
</style>