Shades of Selago #FADBFD
Tints of Selago #FADBFD
RGB
CMYK
RGB Variations
Color information
#FADBFD (or 0xFADBFD) is known color: Selago. HEX triplet: FA, DB and FD. RGB value is (250,219,253). Sum of RGB (Red+Green+Blue) = 250+219+253=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 219 (85.94% from 255 or 30.33% 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 #FADBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFD is #052402. Grayscale: #E8E8E8. Windows color (decimal): -336899 or 16636922. OLE color: 16636922.
HSL color Cylindrical-coordinate representation of color #FADBFD: hue angle of 294.71º 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 #FADBFD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 219 | 253 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.01 |
| HSL | 294.71º | 0.89% | 0.93% | - |
| HSV(B) | 294.71º | 0.13% | 0.99% | - |
| XYZ | 82.49 | 78.08 | 103.65 | - |
| YUV | 232.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 253 | 0.01 | 0.13 | 0 | 0.01 | 294.71 | 0.89 | 0.93 |
| Hex | FA | DB | FD | 1 | D | 0 | 1 | 127 | 59 | 5D |
| Octal | 372 | 333 | 375 | 1 | 15 | 0 | 1 | 447 | 131 | 135 |
| Binary | 11111010 | 11011011 | 11111101 | 1 | 1101 | 0 | 1 | 100100111 | 1011001 | 1011101 |
Color Harmonies of #FADBFD
Complementary color
Monochromatic Colors of #FADBFD
Black with #FADBFD
Text Example
Text Example
White with #FADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBFD; }
p { color: rgb(250,219,253); }
H1.HeaderClassName
{
color: #FADBFD;
}
.AnyTagClassName
{
color: #FADBFD;
}
</style>
background-color css
<style>
a { background-color: #FADBFD; }
a { background-color: rgb(250,219,253); }
div.DivClassName
{
background-color: #FADBFD;
}
.BgClassName
{
background-color: #FADBFD;
}
</style>
border-color css
<style>
span { border-color: #FADBFD; }
span { border-color: rgb(250,219,253); }
td.TdClassName
{
border-color: #FADBFD;
}
.TagClassName
{
border-color: #FADBFD;
}
</style>