Shades of Selago #FBE0FB
Tints of Selago #FBE0FB
RGB
CMYK
RGB Variations
Color information
#FBE0FB (or 0xFBE0FB) is known color: Selago. HEX triplet: FB, E0 and FB. RGB value is (251,224,251). Sum of RGB (Red+Green+Blue) = 251+224+251=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FB is #041F04. Grayscale: #EBEBEB. Windows color (decimal): -270085 or 16507131. OLE color: 16507131.
HSL color Cylindrical-coordinate representation of color #FBE0FB: hue angle of 300º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0FB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 251 | - |
| CMYK | 0 | 0.11 | 0 | 0.02 |
| HSL | 300º | 0.77% | 0.93% | - |
| HSV(B) | 300º | 0.11% | 0.98% | - |
| XYZ | 83.85 | 80.79 | 102.44 | - |
| YUV | 235.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 251 | 0 | 0.11 | 0 | 0.02 | 300 | 0.77 | 0.93 |
| Hex | FB | E0 | FB | 0 | B | 0 | 2 | 12C | 4D | 5D |
| Octal | 373 | 340 | 373 | 0 | 13 | 0 | 2 | 454 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11111011 | 0 | 1011 | 0 | 10 | 100101100 | 1001101 | 1011101 |
Color Harmonies of #FBE0FB
Complementary color
Monochromatic Colors of #FBE0FB
Black with #FBE0FB
Text Example
Text Example
White with #FBE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0FB; }
p { color: rgb(251,224,251); }
H1.HeaderClassName
{
color: #FBE0FB;
}
.AnyTagClassName
{
color: #FBE0FB;
}
</style>
background-color css
<style>
a { background-color: #FBE0FB; }
a { background-color: rgb(251,224,251); }
div.DivClassName
{
background-color: #FBE0FB;
}
.BgClassName
{
background-color: #FBE0FB;
}
</style>
border-color css
<style>
span { border-color: #FBE0FB; }
span { border-color: rgb(251,224,251); }
td.TdClassName
{
border-color: #FBE0FB;
}
.TagClassName
{
border-color: #FBE0FB;
}
</style>