Shades of Selago #F9DDFF
Tints of Selago #F9DDFF
RGB
CMYK
RGB Variations
Color information
#F9DDFF (or 0xF9DDFF) is known color: Selago. HEX triplet: F9, DD and FF. RGB value is (249,221,255). Sum of RGB (Red+Green+Blue) = 249+221+255=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 221 (86.72% from 255 or 30.48% 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 #F9DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDFF is #062200. Grayscale: #E9E9E9. Windows color (decimal): -401921 or 16768505. OLE color: 16768505.
HSL color Cylindrical-coordinate representation of color #F9DDFF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9DDFF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 221 | 255 | - |
| CMYK | 0.02 | 0.13 | 0 | 0 |
| HSL | 289.41º | 1% | 0.93% | - |
| HSV(B) | 289.41º | 0.13% | 1% | - |
| XYZ | 82.97 | 79.07 | 105.5 | - |
| YUV | 233.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 255 | 0.02 | 0.13 | 0 | 0 | 289.41 | 1 | 0.93 |
| Hex | F9 | DD | FF | 2 | D | 0 | 0 | 121 | 64 | 5D |
| Octal | 371 | 335 | 377 | 2 | 15 | 0 | 0 | 441 | 144 | 135 |
| Binary | 11111001 | 11011101 | 11111111 | 10 | 1101 | 0 | 0 | 100100001 | 1100100 | 1011101 |
Color Harmonies of #F9DDFF
Complementary color
Monochromatic Colors of #F9DDFF
Black with #F9DDFF
Text Example
Text Example
White with #F9DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDFF; }
p { color: rgb(249,221,255); }
H1.HeaderClassName
{
color: #F9DDFF;
}
.AnyTagClassName
{
color: #F9DDFF;
}
</style>
background-color css
<style>
a { background-color: #F9DDFF; }
a { background-color: rgb(249,221,255); }
div.DivClassName
{
background-color: #F9DDFF;
}
.BgClassName
{
background-color: #F9DDFF;
}
</style>
border-color css
<style>
span { border-color: #F9DDFF; }
span { border-color: rgb(249,221,255); }
td.TdClassName
{
border-color: #F9DDFF;
}
.TagClassName
{
border-color: #F9DDFF;
}
</style>