Shades of Selago #FAEDFC
Tints of Selago #FAEDFC
RGB
CMYK
RGB Variations
Color information
#FAEDFC (or 0xFAEDFC) is known color: Selago. HEX triplet: FA, ED and FC. RGB value is (250,237,252). Sum of RGB (Red+Green+Blue) = 250+237+252=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFC is #051203. Grayscale: #F2F2F2. Windows color (decimal): -332292 or 16575994. OLE color: 16575994.
HSL color Cylindrical-coordinate representation of color #FAEDFC: hue angle of 292º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEDFC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 237 | 252 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.01 |
| HSL | 292º | 0.71% | 0.96% | - |
| HSV(B) | 292º | 0.06% | 0.99% | - |
| XYZ | 87.28 | 87.92 | 104.47 | - |
| YUV | 242.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 252 | 0.01 | 0.06 | 0 | 0.01 | 292 | 0.71 | 0.96 |
| Hex | FA | ED | FC | 1 | 6 | 0 | 1 | 124 | 47 | 60 |
| Octal | 372 | 355 | 374 | 1 | 6 | 0 | 1 | 444 | 107 | 140 |
| Binary | 11111010 | 11101101 | 11111100 | 1 | 110 | 0 | 1 | 100100100 | 1000111 | 1100000 |
Color Harmonies of #FAEDFC
Complementary color
Monochromatic Colors of #FAEDFC
Black with #FAEDFC
Text Example
Text Example
White with #FAEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDFC; }
p { color: rgb(250,237,252); }
H1.HeaderClassName
{
color: #FAEDFC;
}
.AnyTagClassName
{
color: #FAEDFC;
}
</style>
background-color css
<style>
a { background-color: #FAEDFC; }
a { background-color: rgb(250,237,252); }
div.DivClassName
{
background-color: #FAEDFC;
}
.BgClassName
{
background-color: #FAEDFC;
}
</style>
border-color css
<style>
span { border-color: #FAEDFC; }
span { border-color: rgb(250,237,252); }
td.TdClassName
{
border-color: #FAEDFC;
}
.TagClassName
{
border-color: #FAEDFC;
}
</style>