Shades of Selago #FADDFD
Tints of Selago #FADDFD
RGB
CMYK
RGB Variations
Color information
#FADDFD (or 0xFADDFD) is known color: Selago. HEX triplet: FA, DD and FD. RGB value is (250,221,253). Sum of RGB (Red+Green+Blue) = 250+221+253=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #FADDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFD is #052202. Grayscale: #E9E9E9. Windows color (decimal): -336387 or 16637434. OLE color: 16637434.
HSL color Cylindrical-coordinate representation of color #FADDFD: hue angle of 294.38º 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 #FADDFD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 221 | 253 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.01 |
| HSL | 294.38º | 0.89% | 0.93% | - |
| HSV(B) | 294.38º | 0.13% | 0.99% | - |
| XYZ | 83.01 | 79.13 | 103.83 | - |
| YUV | 233.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 253 | 0.01 | 0.13 | 0 | 0.01 | 294.38 | 0.89 | 0.93 |
| Hex | FA | DD | FD | 1 | D | 0 | 1 | 126 | 59 | 5D |
| Octal | 372 | 335 | 375 | 1 | 15 | 0 | 1 | 446 | 131 | 135 |
| Binary | 11111010 | 11011101 | 11111101 | 1 | 1101 | 0 | 1 | 100100110 | 1011001 | 1011101 |
Color Harmonies of #FADDFD
Complementary color
Monochromatic Colors of #FADDFD
Black with #FADDFD
Text Example
Text Example
White with #FADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDFD; }
p { color: rgb(250,221,253); }
H1.HeaderClassName
{
color: #FADDFD;
}
.AnyTagClassName
{
color: #FADDFD;
}
</style>
background-color css
<style>
a { background-color: #FADDFD; }
a { background-color: rgb(250,221,253); }
div.DivClassName
{
background-color: #FADDFD;
}
.BgClassName
{
background-color: #FADDFD;
}
</style>
border-color css
<style>
span { border-color: #FADDFD; }
span { border-color: rgb(250,221,253); }
td.TdClassName
{
border-color: #FADDFD;
}
.TagClassName
{
border-color: #FADDFD;
}
</style>