Shades of Selago #F9DAFD
Tints of Selago #F9DAFD
RGB
CMYK
RGB Variations
Color information
#F9DAFD (or 0xF9DAFD) is known color: Selago. HEX triplet: F9, DA and FD. RGB value is (249,218,253). Sum of RGB (Red+Green+Blue) = 249+218+253=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAFD is #062502. Grayscale: #E7E7E7. Windows color (decimal): -402691 or 16636665. OLE color: 16636665.
HSL color Cylindrical-coordinate representation of color #F9DAFD: hue angle of 293.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DAFD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 218 | 253 | - |
CMYK | 0.02 | 0.14 | 0 | 0.01 |
HSL | 293.14º | 0.9% | 0.92% | - |
HSV(B) | 293.14º | 0.14% | 0.99% | - |
XYZ | 81.87 | 77.37 | 103.55 | - |
YUV | 231.26 | 140.27 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 218 | 253 | 0.02 | 0.14 | 0 | 0.01 | 293.14 | 0.9 | 0.92 |
Hex | F9 | DA | FD | 2 | E | 0 | 1 | 125 | 5A | 5C |
Octal | 371 | 332 | 375 | 2 | 16 | 0 | 1 | 445 | 132 | 134 |
Binary | 11111001 | 11011010 | 11111101 | 10 | 1110 | 0 | 1 | 100100101 | 1011010 | 1011100 |
Color Harmonies of #F9DAFD
Complementary color
Monochromatic Colors of #F9DAFD
Black with #F9DAFD
Text Example
Text Example
White with #F9DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAFD; }
p { color: rgb(249,218,253); }
H1.HeaderClassName
{
color: #F9DAFD;
}
.AnyTagClassName
{
color: #F9DAFD;
}
</style>
background-color css
<style>
a { background-color: #F9DAFD; }
a { background-color: rgb(249,218,253); }
div.DivClassName
{
background-color: #F9DAFD;
}
.BgClassName
{
background-color: #F9DAFD;
}
</style>
border-color css
<style>
span { border-color: #F9DAFD; }
span { border-color: rgb(249,218,253); }
td.TdClassName
{
border-color: #F9DAFD;
}
.TagClassName
{
border-color: #F9DAFD;
}
</style>