Shades of Selago #FAD5FE
Tints of Selago #FAD5FE
RGB
CMYK
RGB Variations
Color information
#FAD5FE (or 0xFAD5FE) is known color: Selago. HEX triplet: FA, D5 and FE. RGB value is (250,213,254). Sum of RGB (Red+Green+Blue) = 250+213+254=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 213 (83.59% from 255 or 29.71% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAD5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5FE is #052A01. Grayscale: #E4E4E4. Windows color (decimal): -338434 or 16700922. OLE color: 16700922.
HSL color Cylindrical-coordinate representation of color #FAD5FE: hue angle of 294.15º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD5FE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 213 | 254 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.00 |
| HSL | 294.15º | 0.95% | 0.92% | - |
| HSV(B) | 294.15º | 0.16% | 1% | - |
| XYZ | 81.11 | 75.07 | 103.98 | - |
| YUV | 228.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 254 | 0.02 | 0.16 | 0 | 0.00 | 294.15 | 0.95 | 0.92 |
| Hex | FA | D5 | FE | 2 | 10 | 0 | 0 | 126 | 5F | 5C |
| Octal | 372 | 325 | 376 | 2 | 20 | 0 | 0 | 446 | 137 | 134 |
| Binary | 11111010 | 11010101 | 11111110 | 10 | 10000 | 0 | 0 | 100100110 | 1011111 | 1011100 |
Color Harmonies of #FAD5FE
Complementary color
Monochromatic Colors of #FAD5FE
Black with #FAD5FE
Text Example
Text Example
White with #FAD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD5FE; }
p { color: rgb(250,213,254); }
H1.HeaderClassName
{
color: #FAD5FE;
}
.AnyTagClassName
{
color: #FAD5FE;
}
</style>
background-color css
<style>
a { background-color: #FAD5FE; }
a { background-color: rgb(250,213,254); }
div.DivClassName
{
background-color: #FAD5FE;
}
.BgClassName
{
background-color: #FAD5FE;
}
</style>
border-color css
<style>
span { border-color: #FAD5FE; }
span { border-color: rgb(250,213,254); }
td.TdClassName
{
border-color: #FAD5FE;
}
.TagClassName
{
border-color: #FAD5FE;
}
</style>