Shades of Selago #F9D7FD
Tints of Selago #F9D7FD
RGB
CMYK
RGB Variations
Color information
#F9D7FD (or 0xF9D7FD) is known color: Selago. HEX triplet: F9, D7 and FD. RGB value is (249,215,253). Sum of RGB (Red+Green+Blue) = 249+215+253=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 215 (84.38% from 255 or 29.99% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D7FD is #062802. Grayscale: #E5E5E5. Windows color (decimal): -403459 or 16635897. OLE color: 16635897.
HSL color Cylindrical-coordinate representation of color #F9D7FD: hue angle of 293.68º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9D7FD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 215 | 253 | - |
CMYK | 0.02 | 0.15 | 0 | 0.01 |
HSL | 293.68º | 0.9% | 0.92% | - |
HSV(B) | 293.68º | 0.15% | 0.99% | - |
XYZ | 81.1 | 75.83 | 103.29 | - |
YUV | 229.5 | 141.26 | 141.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 215 | 253 | 0.02 | 0.15 | 0 | 0.01 | 293.68 | 0.9 | 0.92 |
Hex | F9 | D7 | FD | 2 | F | 0 | 1 | 126 | 5A | 5C |
Octal | 371 | 327 | 375 | 2 | 17 | 0 | 1 | 446 | 132 | 134 |
Binary | 11111001 | 11010111 | 11111101 | 10 | 1111 | 0 | 1 | 100100110 | 1011010 | 1011100 |
Color Harmonies of #F9D7FD
Complementary color
Monochromatic Colors of #F9D7FD
Black with #F9D7FD
Text Example
Text Example
White with #F9D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D7FD; }
p { color: rgb(249,215,253); }
H1.HeaderClassName
{
color: #F9D7FD;
}
.AnyTagClassName
{
color: #F9D7FD;
}
</style>
background-color css
<style>
a { background-color: #F9D7FD; }
a { background-color: rgb(249,215,253); }
div.DivClassName
{
background-color: #F9D7FD;
}
.BgClassName
{
background-color: #F9D7FD;
}
</style>
border-color css
<style>
span { border-color: #F9D7FD; }
span { border-color: rgb(249,215,253); }
td.TdClassName
{
border-color: #F9D7FD;
}
.TagClassName
{
border-color: #F9D7FD;
}
</style>