Shades of Selago #FBE1FF
Tints of Selago #FBE1FF
RGB
CMYK
RGB Variations
Color information
#FBE1FF (or 0xFBE1FF) is known color: Selago. HEX triplet: FB, E1 and FF. RGB value is (251,225,255). Sum of RGB (Red+Green+Blue) = 251+225+255=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FF is #041E00. Grayscale: #ECECEC. Windows color (decimal): -269825 or 16769531. OLE color: 16769531.
HSL color Cylindrical-coordinate representation of color #FBE1FF: hue angle of 292º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE1FF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 225 | 255 | - |
| CMYK | 0.02 | 0.12 | 0 | 0 |
| HSL | 292º | 1% | 0.94% | - |
| HSV(B) | 292º | 0.12% | 1% | - |
| XYZ | 84.76 | 81.58 | 105.89 | - |
| YUV | 236.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 255 | 0.02 | 0.12 | 0 | 0 | 292 | 1 | 0.94 |
| Hex | FB | E1 | FF | 2 | C | 0 | 0 | 124 | 64 | 5E |
| Octal | 373 | 341 | 377 | 2 | 14 | 0 | 0 | 444 | 144 | 136 |
| Binary | 11111011 | 11100001 | 11111111 | 10 | 1100 | 0 | 0 | 100100100 | 1100100 | 1011110 |
Color Harmonies of #FBE1FF
Complementary color
Monochromatic Colors of #FBE1FF
Black with #FBE1FF
Text Example
Text Example
White with #FBE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1FF; }
p { color: rgb(251,225,255); }
H1.HeaderClassName
{
color: #FBE1FF;
}
.AnyTagClassName
{
color: #FBE1FF;
}
</style>
background-color css
<style>
a { background-color: #FBE1FF; }
a { background-color: rgb(251,225,255); }
div.DivClassName
{
background-color: #FBE1FF;
}
.BgClassName
{
background-color: #FBE1FF;
}
</style>
border-color css
<style>
span { border-color: #FBE1FF; }
span { border-color: rgb(251,225,255); }
td.TdClassName
{
border-color: #FBE1FF;
}
.TagClassName
{
border-color: #FBE1FF;
}
</style>