Shades of Selago #FADBFC
Tints of Selago #FADBFC
RGB
CMYK
RGB Variations
Color information
#FADBFC (or 0xFADBFC) is known color: Selago. HEX triplet: FA, DB and FC. RGB value is (250,219,252). Sum of RGB (Red+Green+Blue) = 250+219+252=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #FADBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFC is #052403. Grayscale: #E7E7E7. Windows color (decimal): -336900 or 16571386. OLE color: 16571386.
HSL color Cylindrical-coordinate representation of color #FADBFC: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADBFC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 219 | 252 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.01 |
| HSL | 296.36º | 0.85% | 0.92% | - |
| HSV(B) | 296.36º | 0.13% | 0.99% | - |
| XYZ | 82.33 | 78.02 | 102.81 | - |
| YUV | 232.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 252 | 0.01 | 0.13 | 0 | 0.01 | 296.36 | 0.85 | 0.92 |
| Hex | FA | DB | FC | 1 | D | 0 | 1 | 128 | 55 | 5C |
| Octal | 372 | 333 | 374 | 1 | 15 | 0 | 1 | 450 | 125 | 134 |
| Binary | 11111010 | 11011011 | 11111100 | 1 | 1101 | 0 | 1 | 100101000 | 1010101 | 1011100 |
Color Harmonies of #FADBFC
Complementary color
Monochromatic Colors of #FADBFC
Black with #FADBFC
Text Example
Text Example
White with #FADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBFC; }
p { color: rgb(250,219,252); }
H1.HeaderClassName
{
color: #FADBFC;
}
.AnyTagClassName
{
color: #FADBFC;
}
</style>
background-color css
<style>
a { background-color: #FADBFC; }
a { background-color: rgb(250,219,252); }
div.DivClassName
{
background-color: #FADBFC;
}
.BgClassName
{
background-color: #FADBFC;
}
</style>
border-color css
<style>
span { border-color: #FADBFC; }
span { border-color: rgb(250,219,252); }
td.TdClassName
{
border-color: #FADBFC;
}
.TagClassName
{
border-color: #FADBFC;
}
</style>