Shades of Selago #F9E7FD
Tints of Selago #F9E7FD
RGB
CMYK
RGB Variations
Color information
#F9E7FD (or 0xF9E7FD) is known color: Selago. HEX triplet: F9, E7 and FD. RGB value is (249,231,253). Sum of RGB (Red+Green+Blue) = 249+231+253=733 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.97% from 733); Green value is 231 (90.62% from 255 or 31.51% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E7FD is #061802. Grayscale: #EEEEEE. Windows color (decimal): -399363 or 16639993. OLE color: 16639993.
HSL color Cylindrical-coordinate representation of color #F9E7FD: hue angle of 289.09º 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 #F9E7FD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 231 | 253 | - |
CMYK | 0.02 | 0.09 | 0 | 0.01 |
HSL | 289.09º | 0.85% | 0.95% | - |
HSV(B) | 289.09º | 0.09% | 0.99% | - |
XYZ | 85.37 | 84.38 | 104.72 | - |
YUV | 238.89 | 135.96 | 135.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 231 | 253 | 0.02 | 0.09 | 0 | 0.01 | 289.09 | 0.85 | 0.95 |
Hex | F9 | E7 | FD | 2 | 9 | 0 | 1 | 121 | 55 | 5F |
Octal | 371 | 347 | 375 | 2 | 11 | 0 | 1 | 441 | 125 | 137 |
Binary | 11111001 | 11100111 | 11111101 | 10 | 1001 | 0 | 1 | 100100001 | 1010101 | 1011111 |
Color Harmonies of #F9E7FD
Complementary color
Monochromatic Colors of #F9E7FD
Black with #F9E7FD
Text Example
Text Example
White with #F9E7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E7FD; }
p { color: rgb(249,231,253); }
H1.HeaderClassName
{
color: #F9E7FD;
}
.AnyTagClassName
{
color: #F9E7FD;
}
</style>
background-color css
<style>
a { background-color: #F9E7FD; }
a { background-color: rgb(249,231,253); }
div.DivClassName
{
background-color: #F9E7FD;
}
.BgClassName
{
background-color: #F9E7FD;
}
</style>
border-color css
<style>
span { border-color: #F9E7FD; }
span { border-color: rgb(249,231,253); }
td.TdClassName
{
border-color: #F9E7FD;
}
.TagClassName
{
border-color: #F9E7FD;
}
</style>