Shades of Selago #F9DCF7
Tints of Selago #F9DCF7
RGB
CMYK
RGB Variations
Color information
#F9DCF7 (or 0xF9DCF7) is known color: Selago. HEX triplet: F9, DC and F7. RGB value is (249,220,247). Sum of RGB (Red+Green+Blue) = 249+220+247=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCF7 is #062308. Grayscale: #E7E7E7. Windows color (decimal): -402185 or 16243961. OLE color: 16243961.
HSL color Cylindrical-coordinate representation of color #F9DCF7: hue angle of 304.14º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCF7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 247 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.02 |
| HSL | 304.14º | 0.71% | 0.92% | - |
| HSV(B) | 304.14º | 0.12% | 0.98% | - |
| XYZ | 81.45 | 78.04 | 98.77 | - |
| YUV | 231.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 247 | 0 | 0.12 | 0.01 | 0.02 | 304.14 | 0.71 | 0.92 |
| Hex | F9 | DC | F7 | 0 | C | 1 | 2 | 130 | 47 | 5C |
| Octal | 371 | 334 | 367 | 0 | 14 | 1 | 2 | 460 | 107 | 134 |
| Binary | 11111001 | 11011100 | 11110111 | 0 | 1100 | 1 | 10 | 100110000 | 1000111 | 1011100 |
Color Harmonies of #F9DCF7
Complementary color
Monochromatic Colors of #F9DCF7
Black with #F9DCF7
Text Example
Text Example
White with #F9DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCF7; }
p { color: rgb(249,220,247); }
H1.HeaderClassName
{
color: #F9DCF7;
}
.AnyTagClassName
{
color: #F9DCF7;
}
</style>
background-color css
<style>
a { background-color: #F9DCF7; }
a { background-color: rgb(249,220,247); }
div.DivClassName
{
background-color: #F9DCF7;
}
.BgClassName
{
background-color: #F9DCF7;
}
</style>
border-color css
<style>
span { border-color: #F9DCF7; }
span { border-color: rgb(249,220,247); }
td.TdClassName
{
border-color: #F9DCF7;
}
.TagClassName
{
border-color: #F9DCF7;
}
</style>