Shades of Selago #F9DEFC
Tints of Selago #F9DEFC
RGB
CMYK
RGB Variations
Color information
#F9DEFC (or 0xF9DEFC) is known color: Selago. HEX triplet: F9, DE and FC. RGB value is (249,222,252). Sum of RGB (Red+Green+Blue) = 249+222+252=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 222 (87.11% from 255 or 30.71% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DEFC is #062103. Grayscale: #E9E9E9. Windows color (decimal): -401668 or 16572153. OLE color: 16572153.
HSL color Cylindrical-coordinate representation of color #F9DEFC: hue angle of 294º degrees, saturation: 0.83, 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 #F9DEFC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 222 | 252 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.01 |
| HSL | 294º | 0.83% | 0.93% | - |
| HSV(B) | 294º | 0.12% | 0.99% | - |
| XYZ | 82.76 | 79.41 | 103.06 | - |
| YUV | 233.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 252 | 0.01 | 0.12 | 0 | 0.01 | 294 | 0.83 | 0.93 |
| Hex | F9 | DE | FC | 1 | C | 0 | 1 | 126 | 53 | 5D |
| Octal | 371 | 336 | 374 | 1 | 14 | 0 | 1 | 446 | 123 | 135 |
| Binary | 11111001 | 11011110 | 11111100 | 1 | 1100 | 0 | 1 | 100100110 | 1010011 | 1011101 |
Color Harmonies of #F9DEFC
Complementary color
Monochromatic Colors of #F9DEFC
Black with #F9DEFC
Text Example
Text Example
White with #F9DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEFC; }
p { color: rgb(249,222,252); }
H1.HeaderClassName
{
color: #F9DEFC;
}
.AnyTagClassName
{
color: #F9DEFC;
}
</style>
background-color css
<style>
a { background-color: #F9DEFC; }
a { background-color: rgb(249,222,252); }
div.DivClassName
{
background-color: #F9DEFC;
}
.BgClassName
{
background-color: #F9DEFC;
}
</style>
border-color css
<style>
span { border-color: #F9DEFC; }
span { border-color: rgb(249,222,252); }
td.TdClassName
{
border-color: #F9DEFC;
}
.TagClassName
{
border-color: #F9DEFC;
}
</style>