Shades of Selago #FBEEFB
Tints of Selago #FBEEFB
RGB
CMYK
RGB Variations
Color information
#FBEEFB (or 0xFBEEFB) is known color: Selago. HEX triplet: FB, EE and FB. RGB value is (251,238,251). Sum of RGB (Red+Green+Blue) = 251+238+251=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBEEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEFB is #041104. Grayscale: #F3F3F3. Windows color (decimal): -266501 or 16510715. OLE color: 16510715.
HSL color Cylindrical-coordinate representation of color #FBEEFB: hue angle of 300º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBEEFB is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 238 | 251 | - |
CMYK | 0 | 0.05 | 0 | 0.02 |
HSL | 300º | 0.62% | 0.96% | - |
HSV(B) | 300º | 0.05% | 0.98% | - |
XYZ | 87.77 | 88.62 | 103.75 | - |
YUV | 243.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 238 | 251 | 0 | 0.05 | 0 | 0.02 | 300 | 0.62 | 0.96 |
Hex | FB | EE | FB | 0 | 5 | 0 | 2 | 12C | 3E | 60 |
Octal | 373 | 356 | 373 | 0 | 5 | 0 | 2 | 454 | 76 | 140 |
Binary | 11111011 | 11101110 | 11111011 | 0 | 101 | 0 | 10 | 100101100 | 111110 | 1100000 |
Color Harmonies of #FBEEFB
Complementary color
Monochromatic Colors of #FBEEFB
Black with #FBEEFB
Text Example
Text Example
White with #FBEEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEFB; }
p { color: rgb(251,238,251); }
H1.HeaderClassName
{
color: #FBEEFB;
}
.AnyTagClassName
{
color: #FBEEFB;
}
</style>
background-color css
<style>
a { background-color: #FBEEFB; }
a { background-color: rgb(251,238,251); }
div.DivClassName
{
background-color: #FBEEFB;
}
.BgClassName
{
background-color: #FBEEFB;
}
</style>
border-color css
<style>
span { border-color: #FBEEFB; }
span { border-color: rgb(251,238,251); }
td.TdClassName
{
border-color: #FBEEFB;
}
.TagClassName
{
border-color: #FBEEFB;
}
</style>