Shades of Selago #FBEEFA
Tints of Selago #FBEEFA
RGB
CMYK
RGB Variations
Color information
#FBEEFA (or 0xFBEEFA) is known color: Selago. HEX triplet: FB, EE and FA. RGB value is (251,238,250). Sum of RGB (Red+Green+Blue) = 251+238+250=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 238 (93.36% from 255 or 32.21% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEFA is #041105. Grayscale: #F3F3F3. Windows color (decimal): -266502 or 16445179. OLE color: 16445179.
HSL color Cylindrical-coordinate representation of color #FBEEFA: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBEEFA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 250 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.02 |
| HSL | 304.62º | 0.62% | 0.96% | - |
| HSV(B) | 304.62º | 0.05% | 0.98% | - |
| XYZ | 87.61 | 88.56 | 102.92 | - |
| YUV | 243.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 250 | 0 | 0.05 | 0.00 | 0.02 | 304.62 | 0.62 | 0.96 |
| Hex | FB | EE | FA | 0 | 5 | 0 | 2 | 131 | 3E | 60 |
| Octal | 373 | 356 | 372 | 0 | 5 | 0 | 2 | 461 | 76 | 140 |
| Binary | 11111011 | 11101110 | 11111010 | 0 | 101 | 0 | 10 | 100110001 | 111110 | 1100000 |
Color Harmonies of #FBEEFA
Complementary color
Monochromatic Colors of #FBEEFA
Black with #FBEEFA
Text Example
Text Example
White with #FBEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEFA; }
p { color: rgb(251,238,250); }
H1.HeaderClassName
{
color: #FBEEFA;
}
.AnyTagClassName
{
color: #FBEEFA;
}
</style>
background-color css
<style>
a { background-color: #FBEEFA; }
a { background-color: rgb(251,238,250); }
div.DivClassName
{
background-color: #FBEEFA;
}
.BgClassName
{
background-color: #FBEEFA;
}
</style>
border-color css
<style>
span { border-color: #FBEEFA; }
span { border-color: rgb(251,238,250); }
td.TdClassName
{
border-color: #FBEEFA;
}
.TagClassName
{
border-color: #FBEEFA;
}
</style>