Shades of Selago #FBE0F6
Tints of Selago #FBE0F6
RGB
CMYK
RGB Variations
Color information
#FBE0F6 (or 0xFBE0F6) is known color: Selago. HEX triplet: FB, E0 and F6. RGB value is (251,224,246). Sum of RGB (Red+Green+Blue) = 251+224+246=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F6 is #041F09. Grayscale: #EAEAEA. Windows color (decimal): -270090 or 16179451. OLE color: 16179451.
HSL color Cylindrical-coordinate representation of color #FBE0F6: hue angle of 311.11º 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 #FBE0F6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 246 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 311.11º | 0.77% | 0.93% | - |
| HSV(B) | 311.11º | 0.11% | 0.98% | - |
| XYZ | 83.07 | 80.47 | 98.34 | - |
| YUV | 234.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 246 | 0 | 0.11 | 0.02 | 0.02 | 311.11 | 0.77 | 0.93 |
| Hex | FB | E0 | F6 | 0 | B | 2 | 2 | 137 | 4D | 5D |
| Octal | 373 | 340 | 366 | 0 | 13 | 2 | 2 | 467 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11110110 | 0 | 1011 | 10 | 10 | 100110111 | 1001101 | 1011101 |
Color Harmonies of #FBE0F6
Complementary color
Monochromatic Colors of #FBE0F6
Black with #FBE0F6
Text Example
Text Example
White with #FBE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0F6; }
p { color: rgb(251,224,246); }
H1.HeaderClassName
{
color: #FBE0F6;
}
.AnyTagClassName
{
color: #FBE0F6;
}
</style>
background-color css
<style>
a { background-color: #FBE0F6; }
a { background-color: rgb(251,224,246); }
div.DivClassName
{
background-color: #FBE0F6;
}
.BgClassName
{
background-color: #FBE0F6;
}
</style>
border-color css
<style>
span { border-color: #FBE0F6; }
span { border-color: rgb(251,224,246); }
td.TdClassName
{
border-color: #FBE0F6;
}
.TagClassName
{
border-color: #FBE0F6;
}
</style>