Shades of Selago #FBEDFA
Tints of Selago #FBEDFA
RGB
CMYK
RGB Variations
Color information
#FBEDFA (or 0xFBEDFA) is known color: Selago. HEX triplet: FB, ED and FA. RGB value is (251,237,250). Sum of RGB (Red+Green+Blue) = 251+237+250=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDFA is #041205. Grayscale: #F2F2F2. Windows color (decimal): -266758 or 16444923. OLE color: 16444923.
HSL color Cylindrical-coordinate representation of color #FBEDFA: hue angle of 304.29º 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 #FBEDFA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 250 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.02 |
| HSL | 304.29º | 0.64% | 0.96% | - |
| HSV(B) | 304.29º | 0.06% | 0.98% | - |
| XYZ | 87.32 | 87.98 | 102.82 | - |
| YUV | 242.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 250 | 0 | 0.06 | 0.00 | 0.02 | 304.29 | 0.64 | 0.96 |
| Hex | FB | ED | FA | 0 | 6 | 0 | 2 | 130 | 40 | 60 |
| Octal | 373 | 355 | 372 | 0 | 6 | 0 | 2 | 460 | 100 | 140 |
| Binary | 11111011 | 11101101 | 11111010 | 0 | 110 | 0 | 10 | 100110000 | 1000000 | 1100000 |
Color Harmonies of #FBEDFA
Complementary color
Monochromatic Colors of #FBEDFA
Black with #FBEDFA
Text Example
Text Example
White with #FBEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDFA; }
p { color: rgb(251,237,250); }
H1.HeaderClassName
{
color: #FBEDFA;
}
.AnyTagClassName
{
color: #FBEDFA;
}
</style>
background-color css
<style>
a { background-color: #FBEDFA; }
a { background-color: rgb(251,237,250); }
div.DivClassName
{
background-color: #FBEDFA;
}
.BgClassName
{
background-color: #FBEDFA;
}
</style>
border-color css
<style>
span { border-color: #FBEDFA; }
span { border-color: rgb(251,237,250); }
td.TdClassName
{
border-color: #FBEDFA;
}
.TagClassName
{
border-color: #FBEDFA;
}
</style>