Shades of Selago #FBF4FB
Tints of Selago #FBF4FB
RGB
CMYK
RGB Variations
Color information
#FBF4FB (or 0xFBF4FB) is known color: Selago. HEX triplet: FB, F4 and FB. RGB value is (251,244,251). Sum of RGB (Red+Green+Blue) = 251+244+251=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FB is #040B04. Grayscale: #F6F6F6. Windows color (decimal): -264965 or 16512251. OLE color: 16512251.
HSL color Cylindrical-coordinate representation of color #FBF4FB: hue angle of 300º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBF4FB is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 244 | 251 | - |
CMYK | 0 | 0.03 | 0 | 0.02 |
HSL | 300º | 0.47% | 0.97% | - |
HSV(B) | 300º | 0.03% | 0.98% | - |
XYZ | 89.55 | 92.18 | 104.34 | - |
YUV | 246.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 244 | 251 | 0 | 0.03 | 0 | 0.02 | 300 | 0.47 | 0.97 |
Hex | FB | F4 | FB | 0 | 3 | 0 | 2 | 12C | 2F | 61 |
Octal | 373 | 364 | 373 | 0 | 3 | 0 | 2 | 454 | 57 | 141 |
Binary | 11111011 | 11110100 | 11111011 | 0 | 11 | 0 | 10 | 100101100 | 101111 | 1100001 |
Color Harmonies of #FBF4FB
Complementary color
Monochromatic Colors of #FBF4FB
Black with #FBF4FB
Text Example
Text Example
White with #FBF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4FB; }
p { color: rgb(251,244,251); }
H1.HeaderClassName
{
color: #FBF4FB;
}
.AnyTagClassName
{
color: #FBF4FB;
}
</style>
background-color css
<style>
a { background-color: #FBF4FB; }
a { background-color: rgb(251,244,251); }
div.DivClassName
{
background-color: #FBF4FB;
}
.BgClassName
{
background-color: #FBF4FB;
}
</style>
border-color css
<style>
span { border-color: #FBF4FB; }
span { border-color: rgb(251,244,251); }
td.TdClassName
{
border-color: #FBF4FB;
}
.TagClassName
{
border-color: #FBF4FB;
}
</style>