Shades of Selago #F9DCFF
Tints of Selago #F9DCFF
RGB
CMYK
RGB Variations
Color information
#F9DCFF (or 0xF9DCFF) is known color: Selago. HEX triplet: F9, DC and FF. RGB value is (249,220,255). Sum of RGB (Red+Green+Blue) = 249+220+255=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCFF is #062300. Grayscale: #E8E8E8. Windows color (decimal): -402177 or 16768249. OLE color: 16768249.
HSL color Cylindrical-coordinate representation of color #F9DCFF: hue angle of 289.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DCFF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 220 | 255 | - |
| CMYK | 0.02 | 0.14 | 0 | 0 |
| HSL | 289.71º | 1% | 0.93% | - |
| HSV(B) | 289.71º | 0.14% | 1% | - |
| XYZ | 82.71 | 78.55 | 105.41 | - |
| YUV | 232.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 255 | 0.02 | 0.14 | 0 | 0 | 289.71 | 1 | 0.93 |
| Hex | F9 | DC | FF | 2 | E | 0 | 0 | 122 | 64 | 5D |
| Octal | 371 | 334 | 377 | 2 | 16 | 0 | 0 | 442 | 144 | 135 |
| Binary | 11111001 | 11011100 | 11111111 | 10 | 1110 | 0 | 0 | 100100010 | 1100100 | 1011101 |
Color Harmonies of #F9DCFF
Complementary color
Monochromatic Colors of #F9DCFF
Black with #F9DCFF
Text Example
Text Example
White with #F9DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCFF; }
p { color: rgb(249,220,255); }
H1.HeaderClassName
{
color: #F9DCFF;
}
.AnyTagClassName
{
color: #F9DCFF;
}
</style>
background-color css
<style>
a { background-color: #F9DCFF; }
a { background-color: rgb(249,220,255); }
div.DivClassName
{
background-color: #F9DCFF;
}
.BgClassName
{
background-color: #F9DCFF;
}
</style>
border-color css
<style>
span { border-color: #F9DCFF; }
span { border-color: rgb(249,220,255); }
td.TdClassName
{
border-color: #F9DCFF;
}
.TagClassName
{
border-color: #F9DCFF;
}
</style>