Shades of Selago #FBEBFC
Tints of Selago #FBEBFC
RGB
CMYK
RGB Variations
Color information
#FBEBFC (or 0xFBEBFC) is known color: Selago. HEX triplet: FB, EB and FC. RGB value is (251,235,252). Sum of RGB (Red+Green+Blue) = 251+235+252=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 235 (92.19% from 255 or 31.84% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBFC is #041403. Grayscale: #F1F1F1. Windows color (decimal): -267268 or 16575483. OLE color: 16575483.
HSL color Cylindrical-coordinate representation of color #FBEBFC: hue angle of 296.47º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEBFC is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 235 | 252 | - |
CMYK | 0.00 | 0.07 | 0 | 0.01 |
HSL | 296.47º | 0.74% | 0.95% | - |
HSV(B) | 296.47º | 0.07% | 0.99% | - |
XYZ | 87.06 | 86.95 | 104.29 | - |
YUV | 241.72 | 133.8 | 134.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 235 | 252 | 0.00 | 0.07 | 0 | 0.01 | 296.47 | 0.74 | 0.95 |
Hex | FB | EB | FC | 0 | 7 | 0 | 1 | 128 | 4A | 5F |
Octal | 373 | 353 | 374 | 0 | 7 | 0 | 1 | 450 | 112 | 137 |
Binary | 11111011 | 11101011 | 11111100 | 0 | 111 | 0 | 1 | 100101000 | 1001010 | 1011111 |
Color Harmonies of #FBEBFC
Complementary color
Monochromatic Colors of #FBEBFC
Black with #FBEBFC
Text Example
Text Example
White with #FBEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBFC; }
p { color: rgb(251,235,252); }
H1.HeaderClassName
{
color: #FBEBFC;
}
.AnyTagClassName
{
color: #FBEBFC;
}
</style>
background-color css
<style>
a { background-color: #FBEBFC; }
a { background-color: rgb(251,235,252); }
div.DivClassName
{
background-color: #FBEBFC;
}
.BgClassName
{
background-color: #FBEBFC;
}
</style>
border-color css
<style>
span { border-color: #FBEBFC; }
span { border-color: rgb(251,235,252); }
td.TdClassName
{
border-color: #FBEBFC;
}
.TagClassName
{
border-color: #FBEBFC;
}
</style>