Shades of Selago #FAEDFA
Tints of Selago #FAEDFA
RGB
CMYK
RGB Variations
Color information
#FAEDFA (or 0xFAEDFA) is known color: Selago. HEX triplet: FA, ED and FA. RGB value is (250,237,250). Sum of RGB (Red+Green+Blue) = 250+237+250=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 237 (92.97% from 255 or 32.16% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFA is #051205. Grayscale: #F2F2F2. Windows color (decimal): -332294 or 16444922. OLE color: 16444922.
HSL color Cylindrical-coordinate representation of color #FAEDFA: hue angle of 300º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEDFA is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 250 | - |
| CMYK | 0 | 0.05 | 0 | 0.02 |
| HSL | 300º | 0.57% | 0.95% | - |
| HSV(B) | 300º | 0.05% | 0.98% | - |
| XYZ | 86.96 | 87.79 | 102.81 | - |
| YUV | 242.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 250 | 0 | 0.05 | 0 | 0.02 | 300 | 0.57 | 0.95 |
| Hex | FA | ED | FA | 0 | 5 | 0 | 2 | 12C | 39 | 5F |
| Octal | 372 | 355 | 372 | 0 | 5 | 0 | 2 | 454 | 71 | 137 |
| Binary | 11111010 | 11101101 | 11111010 | 0 | 101 | 0 | 10 | 100101100 | 111001 | 1011111 |
Color Harmonies of #FAEDFA
Complementary color
Monochromatic Colors of #FAEDFA
Black with #FAEDFA
Text Example
Text Example
White with #FAEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDFA; }
p { color: rgb(250,237,250); }
H1.HeaderClassName
{
color: #FAEDFA;
}
.AnyTagClassName
{
color: #FAEDFA;
}
</style>
background-color css
<style>
a { background-color: #FAEDFA; }
a { background-color: rgb(250,237,250); }
div.DivClassName
{
background-color: #FAEDFA;
}
.BgClassName
{
background-color: #FAEDFA;
}
</style>
border-color css
<style>
span { border-color: #FAEDFA; }
span { border-color: rgb(250,237,250); }
td.TdClassName
{
border-color: #FAEDFA;
}
.TagClassName
{
border-color: #FAEDFA;
}
</style>