Shades of Selago #FBE0FF
Tints of Selago #FBE0FF
RGB
CMYK
RGB Variations
Color information
#FBE0FF (or 0xFBE0FF) is known color: Selago. HEX triplet: FB, E0 and FF. RGB value is (251,224,255). Sum of RGB (Red+Green+Blue) = 251+224+255=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 224 (87.89% from 255 or 30.68% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FF is #041F00. Grayscale: #EBEBEB. Windows color (decimal): -270081 or 16769275. OLE color: 16769275.
HSL color Cylindrical-coordinate representation of color #FBE0FF: hue angle of 292.26º 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 #FBE0FF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 224 | 255 | - |
| CMYK | 0.02 | 0.12 | 0 | 0 |
| HSL | 292.26º | 1% | 0.94% | - |
| HSV(B) | 292.26º | 0.12% | 1% | - |
| XYZ | 84.49 | 81.04 | 105.8 | - |
| YUV | 235.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 255 | 0.02 | 0.12 | 0 | 0 | 292.26 | 1 | 0.94 |
| Hex | FB | E0 | FF | 2 | C | 0 | 0 | 124 | 64 | 5E |
| Octal | 373 | 340 | 377 | 2 | 14 | 0 | 0 | 444 | 144 | 136 |
| Binary | 11111011 | 11100000 | 11111111 | 10 | 1100 | 0 | 0 | 100100100 | 1100100 | 1011110 |
Color Harmonies of #FBE0FF
Complementary color
Monochromatic Colors of #FBE0FF
Black with #FBE0FF
Text Example
Text Example
White with #FBE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0FF; }
p { color: rgb(251,224,255); }
H1.HeaderClassName
{
color: #FBE0FF;
}
.AnyTagClassName
{
color: #FBE0FF;
}
</style>
background-color css
<style>
a { background-color: #FBE0FF; }
a { background-color: rgb(251,224,255); }
div.DivClassName
{
background-color: #FBE0FF;
}
.BgClassName
{
background-color: #FBE0FF;
}
</style>
border-color css
<style>
span { border-color: #FBE0FF; }
span { border-color: rgb(251,224,255); }
td.TdClassName
{
border-color: #FBE0FF;
}
.TagClassName
{
border-color: #FBE0FF;
}
</style>