Shades of Selago #FBE5FE
Tints of Selago #FBE5FE
RGB
CMYK
RGB Variations
Color information
#FBE5FE (or 0xFBE5FE) is known color: Selago. HEX triplet: FB, E5 and FE. RGB value is (251,229,254). Sum of RGB (Red+Green+Blue) = 251+229+254=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FE is #041A01. Grayscale: #EEEEEE. Windows color (decimal): -268802 or 16705019. OLE color: 16705019.
HSL color Cylindrical-coordinate representation of color #FBE5FE: hue angle of 292.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE5FE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 229 | 254 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.00 |
| HSL | 292.8º | 0.93% | 0.95% | - |
| HSV(B) | 292.8º | 0.1% | 1% | - |
| XYZ | 85.69 | 83.7 | 105.41 | - |
| YUV | 238.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 254 | 0.01 | 0.10 | 0 | 0.00 | 292.8 | 0.93 | 0.95 |
| Hex | FB | E5 | FE | 1 | A | 0 | 0 | 125 | 5D | 5F |
| Octal | 373 | 345 | 376 | 1 | 12 | 0 | 0 | 445 | 135 | 137 |
| Binary | 11111011 | 11100101 | 11111110 | 1 | 1010 | 0 | 0 | 100100101 | 1011101 | 1011111 |
Color Harmonies of #FBE5FE
Complementary color
Monochromatic Colors of #FBE5FE
Black with #FBE5FE
Text Example
Text Example
White with #FBE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5FE; }
p { color: rgb(251,229,254); }
H1.HeaderClassName
{
color: #FBE5FE;
}
.AnyTagClassName
{
color: #FBE5FE;
}
</style>
background-color css
<style>
a { background-color: #FBE5FE; }
a { background-color: rgb(251,229,254); }
div.DivClassName
{
background-color: #FBE5FE;
}
.BgClassName
{
background-color: #FBE5FE;
}
</style>
border-color css
<style>
span { border-color: #FBE5FE; }
span { border-color: rgb(251,229,254); }
td.TdClassName
{
border-color: #FBE5FE;
}
.TagClassName
{
border-color: #FBE5FE;
}
</style>