Shades of Selago #F9E6FD
Tints of Selago #F9E6FD
RGB
CMYK
RGB Variations
Color information
#F9E6FD (or 0xF9E6FD) is known color: Selago. HEX triplet: F9, E6 and FD. RGB value is (249,230,253). Sum of RGB (Red+Green+Blue) = 249+230+253=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E6FD is #061902. Grayscale: #EEEEEE. Windows color (decimal): -399619 or 16639737. OLE color: 16639737.
HSL color Cylindrical-coordinate representation of color #F9E6FD: hue angle of 289.57º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E6FD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 230 | 253 | - |
CMYK | 0.02 | 0.09 | 0 | 0.01 |
HSL | 289.57º | 0.85% | 0.95% | - |
HSV(B) | 289.57º | 0.09% | 0.99% | - |
XYZ | 85.09 | 83.83 | 104.62 | - |
YUV | 238.3 | 136.29 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 230 | 253 | 0.02 | 0.09 | 0 | 0.01 | 289.57 | 0.85 | 0.95 |
Hex | F9 | E6 | FD | 2 | 9 | 0 | 1 | 122 | 55 | 5F |
Octal | 371 | 346 | 375 | 2 | 11 | 0 | 1 | 442 | 125 | 137 |
Binary | 11111001 | 11100110 | 11111101 | 10 | 1001 | 0 | 1 | 100100010 | 1010101 | 1011111 |
Color Harmonies of #F9E6FD
Complementary color
Monochromatic Colors of #F9E6FD
Black with #F9E6FD
Text Example
Text Example
White with #F9E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E6FD; }
p { color: rgb(249,230,253); }
H1.HeaderClassName
{
color: #F9E6FD;
}
.AnyTagClassName
{
color: #F9E6FD;
}
</style>
background-color css
<style>
a { background-color: #F9E6FD; }
a { background-color: rgb(249,230,253); }
div.DivClassName
{
background-color: #F9E6FD;
}
.BgClassName
{
background-color: #F9E6FD;
}
</style>
border-color css
<style>
span { border-color: #F9E6FD; }
span { border-color: rgb(249,230,253); }
td.TdClassName
{
border-color: #F9E6FD;
}
.TagClassName
{
border-color: #F9E6FD;
}
</style>