Shades of Selago #F9DCFD
Tints of Selago #F9DCFD
RGB
CMYK
RGB Variations
Color information
#F9DCFD (or 0xF9DCFD) is known color: Selago. HEX triplet: F9, DC and FD. RGB value is (249,220,253). Sum of RGB (Red+Green+Blue) = 249+220+253=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCFD is #062302. Grayscale: #E8E8E8. Windows color (decimal): -402179 or 16637177. OLE color: 16637177.
HSL color Cylindrical-coordinate representation of color #F9DCFD: hue angle of 292.73º degrees, saturation: 0.89, 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 #F9DCFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 220 | 253 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 292.73º | 0.89% | 0.93% | - |
| HSV(B) | 292.73º | 0.13% | 0.99% | - |
| XYZ | 82.39 | 78.42 | 103.72 | - |
| YUV | 232.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 253 | 0.02 | 0.13 | 0 | 0.01 | 292.73 | 0.89 | 0.93 |
| Hex | F9 | DC | FD | 2 | D | 0 | 1 | 125 | 59 | 5D |
| Octal | 371 | 334 | 375 | 2 | 15 | 0 | 1 | 445 | 131 | 135 |
| Binary | 11111001 | 11011100 | 11111101 | 10 | 1101 | 0 | 1 | 100100101 | 1011001 | 1011101 |
Color Harmonies of #F9DCFD
Complementary color
Monochromatic Colors of #F9DCFD
Black with #F9DCFD
Text Example
Text Example
White with #F9DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCFD; }
p { color: rgb(249,220,253); }
H1.HeaderClassName
{
color: #F9DCFD;
}
.AnyTagClassName
{
color: #F9DCFD;
}
</style>
background-color css
<style>
a { background-color: #F9DCFD; }
a { background-color: rgb(249,220,253); }
div.DivClassName
{
background-color: #F9DCFD;
}
.BgClassName
{
background-color: #F9DCFD;
}
</style>
border-color css
<style>
span { border-color: #F9DCFD; }
span { border-color: rgb(249,220,253); }
td.TdClassName
{
border-color: #F9DCFD;
}
.TagClassName
{
border-color: #F9DCFD;
}
</style>