Shades of Selago #FAEBFC
Tints of Selago #FAEBFC
RGB
CMYK
RGB Variations
Color information
#FAEBFC (or 0xFAEBFC) is known color: Selago. HEX triplet: FA, EB and FC. RGB value is (250,235,252). Sum of RGB (Red+Green+Blue) = 250+235+252=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 235 (92.19% from 255 or 31.89% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBFC is #051403. Grayscale: #F1F1F1. Windows color (decimal): -332804 or 16575482. OLE color: 16575482.
HSL color Cylindrical-coordinate representation of color #FAEBFC: hue angle of 292.94º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEBFC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 235 | 252 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.01 |
| HSL | 292.94º | 0.74% | 0.95% | - |
| HSV(B) | 292.94º | 0.07% | 0.99% | - |
| XYZ | 86.7 | 86.77 | 104.27 | - |
| YUV | 241.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 252 | 0.01 | 0.07 | 0 | 0.01 | 292.94 | 0.74 | 0.95 |
| Hex | FA | EB | FC | 1 | 7 | 0 | 1 | 125 | 4A | 5F |
| Octal | 372 | 353 | 374 | 1 | 7 | 0 | 1 | 445 | 112 | 137 |
| Binary | 11111010 | 11101011 | 11111100 | 1 | 111 | 0 | 1 | 100100101 | 1001010 | 1011111 |
Color Harmonies of #FAEBFC
Complementary color
Monochromatic Colors of #FAEBFC
Black with #FAEBFC
Text Example
Text Example
White with #FAEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBFC; }
p { color: rgb(250,235,252); }
H1.HeaderClassName
{
color: #FAEBFC;
}
.AnyTagClassName
{
color: #FAEBFC;
}
</style>
background-color css
<style>
a { background-color: #FAEBFC; }
a { background-color: rgb(250,235,252); }
div.DivClassName
{
background-color: #FAEBFC;
}
.BgClassName
{
background-color: #FAEBFC;
}
</style>
border-color css
<style>
span { border-color: #FAEBFC; }
span { border-color: rgb(250,235,252); }
td.TdClassName
{
border-color: #FAEBFC;
}
.TagClassName
{
border-color: #FAEBFC;
}
</style>