Shades of Selago #FBF0FA
Tints of Selago #FBF0FA
RGB
CMYK
RGB Variations
Color information
#FBF0FA (or 0xFBF0FA) is known color: Selago. HEX triplet: FB, F0 and FA. RGB value is (251,240,250). Sum of RGB (Red+Green+Blue) = 251+240+250=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 240 (94.14% from 255 or 32.39% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FA is #040F05. Grayscale: #F4F4F4. Windows color (decimal): -265990 or 16445691. OLE color: 16445691.
HSL color Cylindrical-coordinate representation of color #FBF0FA: hue angle of 305.45º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBF0FA is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 250 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.02 |
| HSL | 305.45º | 0.58% | 0.96% | - |
| HSV(B) | 305.45º | 0.04% | 0.98% | - |
| XYZ | 88.2 | 89.73 | 103.11 | - |
| YUV | 244.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 250 | 0 | 0.04 | 0.00 | 0.02 | 305.45 | 0.58 | 0.96 |
| Hex | FB | F0 | FA | 0 | 4 | 0 | 2 | 131 | 3A | 60 |
| Octal | 373 | 360 | 372 | 0 | 4 | 0 | 2 | 461 | 72 | 140 |
| Binary | 11111011 | 11110000 | 11111010 | 0 | 100 | 0 | 10 | 100110001 | 111010 | 1100000 |
Color Harmonies of #FBF0FA
Complementary color
Monochromatic Colors of #FBF0FA
Black with #FBF0FA
Text Example
Text Example
White with #FBF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0FA; }
p { color: rgb(251,240,250); }
H1.HeaderClassName
{
color: #FBF0FA;
}
.AnyTagClassName
{
color: #FBF0FA;
}
</style>
background-color css
<style>
a { background-color: #FBF0FA; }
a { background-color: rgb(251,240,250); }
div.DivClassName
{
background-color: #FBF0FA;
}
.BgClassName
{
background-color: #FBF0FA;
}
</style>
border-color css
<style>
span { border-color: #FBF0FA; }
span { border-color: rgb(251,240,250); }
td.TdClassName
{
border-color: #FBF0FA;
}
.TagClassName
{
border-color: #FBF0FA;
}
</style>