Shades of Selago #FADDFE
Tints of Selago #FADDFE
RGB
CMYK
RGB Variations
Color information
#FADDFE (or 0xFADDFE) is known color: Selago. HEX triplet: FA, DD and FE. RGB value is (250,221,254). Sum of RGB (Red+Green+Blue) = 250+221+254=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFE is #052201. Grayscale: #E9E9E9. Windows color (decimal): -336386 or 16702970. OLE color: 16702970.
HSL color Cylindrical-coordinate representation of color #FADDFE: hue angle of 292.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADDFE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 221 | 254 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.00 |
| HSL | 292.73º | 0.94% | 0.93% | - |
| HSV(B) | 292.73º | 0.13% | 1% | - |
| XYZ | 83.17 | 79.19 | 104.67 | - |
| YUV | 233.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 254 | 0.02 | 0.13 | 0 | 0.00 | 292.73 | 0.94 | 0.93 |
| Hex | FA | DD | FE | 2 | D | 0 | 0 | 125 | 5E | 5D |
| Octal | 372 | 335 | 376 | 2 | 15 | 0 | 0 | 445 | 136 | 135 |
| Binary | 11111010 | 11011101 | 11111110 | 10 | 1101 | 0 | 0 | 100100101 | 1011110 | 1011101 |
Color Harmonies of #FADDFE
Complementary color
Monochromatic Colors of #FADDFE
Black with #FADDFE
Text Example
Text Example
White with #FADDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDFE; }
p { color: rgb(250,221,254); }
H1.HeaderClassName
{
color: #FADDFE;
}
.AnyTagClassName
{
color: #FADDFE;
}
</style>
background-color css
<style>
a { background-color: #FADDFE; }
a { background-color: rgb(250,221,254); }
div.DivClassName
{
background-color: #FADDFE;
}
.BgClassName
{
background-color: #FADDFE;
}
</style>
border-color css
<style>
span { border-color: #FADDFE; }
span { border-color: rgb(250,221,254); }
td.TdClassName
{
border-color: #FADDFE;
}
.TagClassName
{
border-color: #FADDFE;
}
</style>