Shades of Selago #FADCFF
Tints of Selago #FADCFF
RGB
CMYK
RGB Variations
Color information
#FADCFF (or 0xFADCFF) is known color: Selago. HEX triplet: FA, DC and FF. RGB value is (250,220,255). Sum of RGB (Red+Green+Blue) = 250+220+255=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #FADCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCFF is #052300. Grayscale: #E8E8E8. Windows color (decimal): -336641 or 16768250. OLE color: 16768250.
HSL color Cylindrical-coordinate representation of color #FADCFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FADCFF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 220 | 255 | - |
| CMYK | 0.02 | 0.14 | 0 | 0 |
| HSL | 291.43º | 1% | 0.93% | - |
| HSV(B) | 291.43º | 0.14% | 1% | - |
| XYZ | 83.07 | 78.73 | 105.43 | - |
| YUV | 232.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 255 | 0.02 | 0.14 | 0 | 0 | 291.43 | 1 | 0.93 |
| Hex | FA | DC | FF | 2 | E | 0 | 0 | 123 | 64 | 5D |
| Octal | 372 | 334 | 377 | 2 | 16 | 0 | 0 | 443 | 144 | 135 |
| Binary | 11111010 | 11011100 | 11111111 | 10 | 1110 | 0 | 0 | 100100011 | 1100100 | 1011101 |
Color Harmonies of #FADCFF
Complementary color
Monochromatic Colors of #FADCFF
Black with #FADCFF
Text Example
Text Example
White with #FADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCFF; }
p { color: rgb(250,220,255); }
H1.HeaderClassName
{
color: #FADCFF;
}
.AnyTagClassName
{
color: #FADCFF;
}
</style>
background-color css
<style>
a { background-color: #FADCFF; }
a { background-color: rgb(250,220,255); }
div.DivClassName
{
background-color: #FADCFF;
}
.BgClassName
{
background-color: #FADCFF;
}
</style>
border-color css
<style>
span { border-color: #FADCFF; }
span { border-color: rgb(250,220,255); }
td.TdClassName
{
border-color: #FADCFF;
}
.TagClassName
{
border-color: #FADCFF;
}
</style>