Shades of Selago #F9DFFD
Tints of Selago #F9DFFD
RGB
CMYK
RGB Variations
Color information
#F9DFFD (or 0xF9DFFD) is known color: Selago. HEX triplet: F9, DF and FD. RGB value is (249,223,253). Sum of RGB (Red+Green+Blue) = 249+223+253=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFFD is #062002. Grayscale: #EAEAEA. Windows color (decimal): -401411 or 16637945. OLE color: 16637945.
HSL color Cylindrical-coordinate representation of color #F9DFFD: hue angle of 292º degrees, saturation: 0.88, 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 #F9DFFD is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 223 | 253 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.01 |
| HSL | 292º | 0.88% | 0.93% | - |
| HSV(B) | 292º | 0.12% | 0.99% | - |
| XYZ | 83.18 | 80.01 | 103.99 | - |
| YUV | 234.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 253 | 0.02 | 0.12 | 0 | 0.01 | 292 | 0.88 | 0.93 |
| Hex | F9 | DF | FD | 2 | C | 0 | 1 | 124 | 58 | 5D |
| Octal | 371 | 337 | 375 | 2 | 14 | 0 | 1 | 444 | 130 | 135 |
| Binary | 11111001 | 11011111 | 11111101 | 10 | 1100 | 0 | 1 | 100100100 | 1011000 | 1011101 |
Color Harmonies of #F9DFFD
Complementary color
Monochromatic Colors of #F9DFFD
Black with #F9DFFD
Text Example
Text Example
White with #F9DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFFD; }
p { color: rgb(249,223,253); }
H1.HeaderClassName
{
color: #F9DFFD;
}
.AnyTagClassName
{
color: #F9DFFD;
}
</style>
background-color css
<style>
a { background-color: #F9DFFD; }
a { background-color: rgb(249,223,253); }
div.DivClassName
{
background-color: #F9DFFD;
}
.BgClassName
{
background-color: #F9DFFD;
}
</style>
border-color css
<style>
span { border-color: #F9DFFD; }
span { border-color: rgb(249,223,253); }
td.TdClassName
{
border-color: #F9DFFD;
}
.TagClassName
{
border-color: #F9DFFD;
}
</style>