Shades of Selago #FAEDFB
Tints of Selago #FAEDFB
RGB
CMYK
RGB Variations
Color information
#FAEDFB (or 0xFAEDFB) is known color: Selago. HEX triplet: FA, ED and FB. RGB value is (250,237,251). Sum of RGB (Red+Green+Blue) = 250+237+251=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFB is #051204. Grayscale: #F2F2F2. Windows color (decimal): -332293 or 16510458. OLE color: 16510458.
HSL color Cylindrical-coordinate representation of color #FAEDFB: hue angle of 295.71º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEDFB is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 251 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.02 |
| HSL | 295.71º | 0.64% | 0.96% | - |
| HSV(B) | 295.71º | 0.06% | 0.98% | - |
| XYZ | 87.12 | 87.86 | 103.63 | - |
| YUV | 242.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 251 | 0.00 | 0.06 | 0 | 0.02 | 295.71 | 0.64 | 0.96 |
| Hex | FA | ED | FB | 0 | 6 | 0 | 2 | 128 | 40 | 60 |
| Octal | 372 | 355 | 373 | 0 | 6 | 0 | 2 | 450 | 100 | 140 |
| Binary | 11111010 | 11101101 | 11111011 | 0 | 110 | 0 | 10 | 100101000 | 1000000 | 1100000 |
Color Harmonies of #FAEDFB
Complementary color
Monochromatic Colors of #FAEDFB
Black with #FAEDFB
Text Example
Text Example
White with #FAEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDFB; }
p { color: rgb(250,237,251); }
H1.HeaderClassName
{
color: #FAEDFB;
}
.AnyTagClassName
{
color: #FAEDFB;
}
</style>
background-color css
<style>
a { background-color: #FAEDFB; }
a { background-color: rgb(250,237,251); }
div.DivClassName
{
background-color: #FAEDFB;
}
.BgClassName
{
background-color: #FAEDFB;
}
</style>
border-color css
<style>
span { border-color: #FAEDFB; }
span { border-color: rgb(250,237,251); }
td.TdClassName
{
border-color: #FAEDFB;
}
.TagClassName
{
border-color: #FAEDFB;
}
</style>