Shades of Selago #FBE9F9
Tints of Selago #FBE9F9
RGB
CMYK
RGB Variations
Color information
#FBE9F9 (or 0xFBE9F9) is known color: Selago. HEX triplet: FB, E9 and F9. RGB value is (251,233,249). Sum of RGB (Red+Green+Blue) = 251+233+249=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 233 (91.41% from 255 or 31.79% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE9F9 is #041606. Grayscale: #F0F0F0. Windows color (decimal): -267783 or 16378363. OLE color: 16378363.
HSL color Cylindrical-coordinate representation of color #FBE9F9: hue angle of 306.67º degrees, saturation: 0.69, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBE9F9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 233 | 249 | - |
CMYK | 0 | 0.07 | 0.01 | 0.02 |
HSL | 306.67º | 0.69% | 0.95% | - |
HSV(B) | 306.67º | 0.07% | 0.98% | - |
XYZ | 86.02 | 85.63 | 101.62 | - |
YUV | 240.21 | 132.96 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 233 | 249 | 0 | 0.07 | 0.01 | 0.02 | 306.67 | 0.69 | 0.95 |
Hex | FB | E9 | F9 | 0 | 7 | 1 | 2 | 133 | 45 | 5F |
Octal | 373 | 351 | 371 | 0 | 7 | 1 | 2 | 463 | 105 | 137 |
Binary | 11111011 | 11101001 | 11111001 | 0 | 111 | 1 | 10 | 100110011 | 1000101 | 1011111 |
Color Harmonies of #FBE9F9
Complementary color
Monochromatic Colors of #FBE9F9
Black with #FBE9F9
Text Example
Text Example
White with #FBE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9F9; }
p { color: rgb(251,233,249); }
H1.HeaderClassName
{
color: #FBE9F9;
}
.AnyTagClassName
{
color: #FBE9F9;
}
</style>
background-color css
<style>
a { background-color: #FBE9F9; }
a { background-color: rgb(251,233,249); }
div.DivClassName
{
background-color: #FBE9F9;
}
.BgClassName
{
background-color: #FBE9F9;
}
</style>
border-color css
<style>
span { border-color: #FBE9F9; }
span { border-color: rgb(251,233,249); }
td.TdClassName
{
border-color: #FBE9F9;
}
.TagClassName
{
border-color: #FBE9F9;
}
</style>