Shades of Selago #FAEAFB
Tints of Selago #FAEAFB
RGB
CMYK
RGB Variations
Color information
#FAEAFB (or 0xFAEAFB) is known color: Selago. HEX triplet: FA, EA and FB. RGB value is (250,234,251). Sum of RGB (Red+Green+Blue) = 250+234+251=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 234 (91.80% from 255 or 31.84% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFB is #051504. Grayscale: #F0F0F0. Windows color (decimal): -333061 or 16509690. OLE color: 16509690.
HSL color Cylindrical-coordinate representation of color #FAEAFB: hue angle of 296.47º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEAFB is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 251 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.02 |
| HSL | 296.47º | 0.68% | 0.95% | - |
| HSV(B) | 296.47º | 0.07% | 0.98% | - |
| XYZ | 86.26 | 86.13 | 103.35 | - |
| YUV | 240.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 251 | 0.00 | 0.07 | 0 | 0.02 | 296.47 | 0.68 | 0.95 |
| Hex | FA | EA | FB | 0 | 7 | 0 | 2 | 128 | 44 | 5F |
| Octal | 372 | 352 | 373 | 0 | 7 | 0 | 2 | 450 | 104 | 137 |
| Binary | 11111010 | 11101010 | 11111011 | 0 | 111 | 0 | 10 | 100101000 | 1000100 | 1011111 |
Color Harmonies of #FAEAFB
Complementary color
Monochromatic Colors of #FAEAFB
Black with #FAEAFB
Text Example
Text Example
White with #FAEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAFB; }
p { color: rgb(250,234,251); }
H1.HeaderClassName
{
color: #FAEAFB;
}
.AnyTagClassName
{
color: #FAEAFB;
}
</style>
background-color css
<style>
a { background-color: #FAEAFB; }
a { background-color: rgb(250,234,251); }
div.DivClassName
{
background-color: #FAEAFB;
}
.BgClassName
{
background-color: #FAEAFB;
}
</style>
border-color css
<style>
span { border-color: #FAEAFB; }
span { border-color: rgb(250,234,251); }
td.TdClassName
{
border-color: #FAEAFB;
}
.TagClassName
{
border-color: #FAEAFB;
}
</style>