Shades of Selago #FBEAFD
Tints of Selago #FBEAFD
RGB
CMYK
RGB Variations
Color information
#FBEAFD (or 0xFBEAFD) is known color: Selago. HEX triplet: FB, EA and FD. RGB value is (251,234,253). Sum of RGB (Red+Green+Blue) = 251+234+253=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 234 (91.80% from 255 or 31.71% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFD is #041502. Grayscale: #F1F1F1. Windows color (decimal): -267523 or 16640763. OLE color: 16640763.
HSL color Cylindrical-coordinate representation of color #FBEAFD: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEAFD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 234 | 253 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.01 |
| HSL | 293.68º | 0.83% | 0.95% | - |
| HSV(B) | 293.68º | 0.08% | 0.99% | - |
| XYZ | 86.94 | 86.45 | 105.03 | - |
| YUV | 241.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 253 | 0.01 | 0.08 | 0 | 0.01 | 293.68 | 0.83 | 0.95 |
| Hex | FB | EA | FD | 1 | 8 | 0 | 1 | 126 | 53 | 5F |
| Octal | 373 | 352 | 375 | 1 | 10 | 0 | 1 | 446 | 123 | 137 |
| Binary | 11111011 | 11101010 | 11111101 | 1 | 1000 | 0 | 1 | 100100110 | 1010011 | 1011111 |
Color Harmonies of #FBEAFD
Complementary color
Monochromatic Colors of #FBEAFD
Black with #FBEAFD
Text Example
Text Example
White with #FBEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAFD; }
p { color: rgb(251,234,253); }
H1.HeaderClassName
{
color: #FBEAFD;
}
.AnyTagClassName
{
color: #FBEAFD;
}
</style>
background-color css
<style>
a { background-color: #FBEAFD; }
a { background-color: rgb(251,234,253); }
div.DivClassName
{
background-color: #FBEAFD;
}
.BgClassName
{
background-color: #FBEAFD;
}
</style>
border-color css
<style>
span { border-color: #FBEAFD; }
span { border-color: rgb(251,234,253); }
td.TdClassName
{
border-color: #FBEAFD;
}
.TagClassName
{
border-color: #FBEAFD;
}
</style>