Shades of Selago #F9DCFC
Tints of Selago #F9DCFC
RGB
CMYK
RGB Variations
Color information
#F9DCFC (or 0xF9DCFC) is known color: Selago. HEX triplet: F9, DC and FC. RGB value is (249,220,252). Sum of RGB (Red+Green+Blue) = 249+220+252=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCFC is #062303. Grayscale: #E8E8E8. Windows color (decimal): -402180 or 16571641. OLE color: 16571641.
HSL color Cylindrical-coordinate representation of color #F9DCFC: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9DCFC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 220 | 252 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.01 |
| HSL | 294.38º | 0.84% | 0.93% | - |
| HSV(B) | 294.38º | 0.13% | 0.99% | - |
| XYZ | 82.23 | 78.35 | 102.89 | - |
| YUV | 232.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 252 | 0.01 | 0.13 | 0 | 0.01 | 294.38 | 0.84 | 0.93 |
| Hex | F9 | DC | FC | 1 | D | 0 | 1 | 126 | 54 | 5D |
| Octal | 371 | 334 | 374 | 1 | 15 | 0 | 1 | 446 | 124 | 135 |
| Binary | 11111001 | 11011100 | 11111100 | 1 | 1101 | 0 | 1 | 100100110 | 1010100 | 1011101 |
Color Harmonies of #F9DCFC
Complementary color
Monochromatic Colors of #F9DCFC
Black with #F9DCFC
Text Example
Text Example
White with #F9DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCFC; }
p { color: rgb(249,220,252); }
H1.HeaderClassName
{
color: #F9DCFC;
}
.AnyTagClassName
{
color: #F9DCFC;
}
</style>
background-color css
<style>
a { background-color: #F9DCFC; }
a { background-color: rgb(249,220,252); }
div.DivClassName
{
background-color: #F9DCFC;
}
.BgClassName
{
background-color: #F9DCFC;
}
</style>
border-color css
<style>
span { border-color: #F9DCFC; }
span { border-color: rgb(249,220,252); }
td.TdClassName
{
border-color: #F9DCFC;
}
.TagClassName
{
border-color: #F9DCFC;
}
</style>