Shades of Selago #FAEAFD
Tints of Selago #FAEAFD
RGB
CMYK
RGB Variations
Color information
#FAEAFD (or 0xFAEAFD) is known color: Selago. HEX triplet: FA, EA and FD. RGB value is (250,234,253). Sum of RGB (Red+Green+Blue) = 250+234+253=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFD is #051502. Grayscale: #F0F0F0. Windows color (decimal): -333059 or 16640762. OLE color: 16640762.
HSL color Cylindrical-coordinate representation of color #FAEAFD: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEAFD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 234 | 253 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.01 |
| HSL | 290.53º | 0.83% | 0.95% | - |
| HSV(B) | 290.53º | 0.08% | 0.99% | - |
| XYZ | 86.58 | 86.26 | 105.02 | - |
| YUV | 240.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 253 | 0.01 | 0.08 | 0 | 0.01 | 290.53 | 0.83 | 0.95 |
| Hex | FA | EA | FD | 1 | 8 | 0 | 1 | 123 | 53 | 5F |
| Octal | 372 | 352 | 375 | 1 | 10 | 0 | 1 | 443 | 123 | 137 |
| Binary | 11111010 | 11101010 | 11111101 | 1 | 1000 | 0 | 1 | 100100011 | 1010011 | 1011111 |
Color Harmonies of #FAEAFD
Complementary color
Monochromatic Colors of #FAEAFD
Black with #FAEAFD
Text Example
Text Example
White with #FAEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAFD; }
p { color: rgb(250,234,253); }
H1.HeaderClassName
{
color: #FAEAFD;
}
.AnyTagClassName
{
color: #FAEAFD;
}
</style>
background-color css
<style>
a { background-color: #FAEAFD; }
a { background-color: rgb(250,234,253); }
div.DivClassName
{
background-color: #FAEAFD;
}
.BgClassName
{
background-color: #FAEAFD;
}
</style>
border-color css
<style>
span { border-color: #FAEAFD; }
span { border-color: rgb(250,234,253); }
td.TdClassName
{
border-color: #FAEAFD;
}
.TagClassName
{
border-color: #FAEAFD;
}
</style>