Shades of Selago #FADCFD
Tints of Selago #FADCFD
RGB
CMYK
RGB Variations
Color information
#FADCFD (or 0xFADCFD) is known color: Selago. HEX triplet: FA, DC and FD. RGB value is (250,220,253). Sum of RGB (Red+Green+Blue) = 250+220+253=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #FADCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCFD is #052302. Grayscale: #E8E8E8. Windows color (decimal): -336643 or 16637178. OLE color: 16637178.
HSL color Cylindrical-coordinate representation of color #FADCFD: hue angle of 294.55º 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 #FADCFD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 220 | 253 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.01 |
| HSL | 294.55º | 0.89% | 0.93% | - |
| HSV(B) | 294.55º | 0.13% | 0.99% | - |
| XYZ | 82.75 | 78.6 | 103.74 | - |
| YUV | 232.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 253 | 0.01 | 0.13 | 0 | 0.01 | 294.55 | 0.89 | 0.93 |
| Hex | FA | DC | FD | 1 | D | 0 | 1 | 127 | 59 | 5D |
| Octal | 372 | 334 | 375 | 1 | 15 | 0 | 1 | 447 | 131 | 135 |
| Binary | 11111010 | 11011100 | 11111101 | 1 | 1101 | 0 | 1 | 100100111 | 1011001 | 1011101 |
Color Harmonies of #FADCFD
Complementary color
Monochromatic Colors of #FADCFD
Black with #FADCFD
Text Example
Text Example
White with #FADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCFD; }
p { color: rgb(250,220,253); }
H1.HeaderClassName
{
color: #FADCFD;
}
.AnyTagClassName
{
color: #FADCFD;
}
</style>
background-color css
<style>
a { background-color: #FADCFD; }
a { background-color: rgb(250,220,253); }
div.DivClassName
{
background-color: #FADCFD;
}
.BgClassName
{
background-color: #FADCFD;
}
</style>
border-color css
<style>
span { border-color: #FADCFD; }
span { border-color: rgb(250,220,253); }
td.TdClassName
{
border-color: #FADCFD;
}
.TagClassName
{
border-color: #FADCFD;
}
</style>