Shades of Selago #FAECFC
Tints of Selago #FAECFC
RGB
CMYK
RGB Variations
Color information
#FAECFC (or 0xFAECFC) is known color: Selago. HEX triplet: FA, EC and FC. RGB value is (250,236,252). Sum of RGB (Red+Green+Blue) = 250+236+252=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 236 (92.58% from 255 or 31.98% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECFC is #051303. Grayscale: #F1F1F1. Windows color (decimal): -332548 or 16575738. OLE color: 16575738.
HSL color Cylindrical-coordinate representation of color #FAECFC: hue angle of 292.5º degrees, saturation: 0.73, 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 #FAECFC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 236 | 252 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.01 |
| HSL | 292.5º | 0.73% | 0.96% | - |
| HSV(B) | 292.5º | 0.06% | 0.99% | - |
| XYZ | 86.99 | 87.34 | 104.37 | - |
| YUV | 242.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 252 | 0.01 | 0.06 | 0 | 0.01 | 292.5 | 0.73 | 0.96 |
| Hex | FA | EC | FC | 1 | 6 | 0 | 1 | 124 | 49 | 60 |
| Octal | 372 | 354 | 374 | 1 | 6 | 0 | 1 | 444 | 111 | 140 |
| Binary | 11111010 | 11101100 | 11111100 | 1 | 110 | 0 | 1 | 100100100 | 1001001 | 1100000 |
Color Harmonies of #FAECFC
Complementary color
Monochromatic Colors of #FAECFC
Black with #FAECFC
Text Example
Text Example
White with #FAECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECFC; }
p { color: rgb(250,236,252); }
H1.HeaderClassName
{
color: #FAECFC;
}
.AnyTagClassName
{
color: #FAECFC;
}
</style>
background-color css
<style>
a { background-color: #FAECFC; }
a { background-color: rgb(250,236,252); }
div.DivClassName
{
background-color: #FAECFC;
}
.BgClassName
{
background-color: #FAECFC;
}
</style>
border-color css
<style>
span { border-color: #FAECFC; }
span { border-color: rgb(250,236,252); }
td.TdClassName
{
border-color: #FAECFC;
}
.TagClassName
{
border-color: #FAECFC;
}
</style>