Shades of Selago #FFDDF9
Tints of Selago #FFDDF9
RGB
CMYK
RGB Variations
Color information
#FFDDF9 (or 0xFFDDF9) is known color: Selago. HEX triplet: FF, DD and F9. RGB value is (255,221,249). Sum of RGB (Red+Green+Blue) = 255+221+249=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF9 is #002206. Grayscale: #EAEAEA. Windows color (decimal): -8711 or 16375295. OLE color: 16375295.
HSL color Cylindrical-coordinate representation of color #FFDDF9: hue angle of 310.59º 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 #FFDDF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 249 | - |
| CMYK | 0 | 0.13 | 0.02 | 0 |
| HSL | 310.59º | 1% | 0.93% | - |
| HSV(B) | 310.59º | 0.13% | 1% | - |
| XYZ | 84.2 | 79.81 | 100.59 | - |
| YUV | 234.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 249 | 0 | 0.13 | 0.02 | 0 | 310.59 | 1 | 0.93 |
| Hex | FF | DD | F9 | 0 | D | 2 | 0 | 137 | 64 | 5D |
| Octal | 377 | 335 | 371 | 0 | 15 | 2 | 0 | 467 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11111001 | 0 | 1101 | 10 | 0 | 100110111 | 1100100 | 1011101 |
Color Harmonies of #FFDDF9
Complementary color
Monochromatic Colors of #FFDDF9
Black with #FFDDF9
Text Example
Text Example
White with #FFDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDF9; }
p { color: rgb(255,221,249); }
H1.HeaderClassName
{
color: #FFDDF9;
}
.AnyTagClassName
{
color: #FFDDF9;
}
</style>
background-color css
<style>
a { background-color: #FFDDF9; }
a { background-color: rgb(255,221,249); }
div.DivClassName
{
background-color: #FFDDF9;
}
.BgClassName
{
background-color: #FFDDF9;
}
</style>
border-color css
<style>
span { border-color: #FFDDF9; }
span { border-color: rgb(255,221,249); }
td.TdClassName
{
border-color: #FFDDF9;
}
.TagClassName
{
border-color: #FFDDF9;
}
</style>