Shades of Selago #FBEAFE
Tints of Selago #FBEAFE
RGB
CMYK
RGB Variations
Color information
#FBEAFE (or 0xFBEAFE) is known color: Selago. HEX triplet: FB, EA and FE. RGB value is (251,234,254). Sum of RGB (Red+Green+Blue) = 251+234+254=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFE is #041501. Grayscale: #F1F1F1. Windows color (decimal): -267522 or 16706299. OLE color: 16706299.
HSL color Cylindrical-coordinate representation of color #FBEAFE: hue angle of 291º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEAFE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 234 | 254 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.00 |
| HSL | 291º | 0.91% | 0.96% | - |
| HSV(B) | 291º | 0.08% | 1% | - |
| XYZ | 87.1 | 86.51 | 105.87 | - |
| YUV | 241.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 254 | 0.01 | 0.08 | 0 | 0.00 | 291 | 0.91 | 0.96 |
| Hex | FB | EA | FE | 1 | 8 | 0 | 0 | 123 | 5B | 60 |
| Octal | 373 | 352 | 376 | 1 | 10 | 0 | 0 | 443 | 133 | 140 |
| Binary | 11111011 | 11101010 | 11111110 | 1 | 1000 | 0 | 0 | 100100011 | 1011011 | 1100000 |
Color Harmonies of #FBEAFE
Complementary color
Monochromatic Colors of #FBEAFE
Black with #FBEAFE
Text Example
Text Example
White with #FBEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAFE; }
p { color: rgb(251,234,254); }
H1.HeaderClassName
{
color: #FBEAFE;
}
.AnyTagClassName
{
color: #FBEAFE;
}
</style>
background-color css
<style>
a { background-color: #FBEAFE; }
a { background-color: rgb(251,234,254); }
div.DivClassName
{
background-color: #FBEAFE;
}
.BgClassName
{
background-color: #FBEAFE;
}
</style>
border-color css
<style>
span { border-color: #FBEAFE; }
span { border-color: rgb(251,234,254); }
td.TdClassName
{
border-color: #FBEAFE;
}
.TagClassName
{
border-color: #FBEAFE;
}
</style>