Shades of Azure #FAFBFB
Tints of Azure #FAFBFB
RGB
CMYK
RGB Variations
Color information
#FAFBFB (or 0xFAFBFB) is known color: Azure. HEX triplet: FA, FB and FB. RGB value is (250,251,251). Sum of RGB (Red+Green+Blue) = 250+251+251=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 251 (98.44% from 255 or 33.38% from 752); Blue value is 251 (98.44% from 255 or 33.38% from 752); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #FAFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFB is #050404. Grayscale: #FAFAFA. Windows color (decimal): -328709 or 16514042. OLE color: 16514042.
HSL color Cylindrical-coordinate representation of color #FAFBFB: hue angle of 180º degrees, saturation: 0.11, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FAFBFB is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 251 | 251 | - |
CMYK | 0.00 | 0 | 0 | 0.02 |
HSL | 180º | 0.11% | 0.98% | - |
HSV(B) | 180º | 0% | 0.98% | - |
XYZ | 91.33 | 96.28 | 105.04 | - |
YUV | 250.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 251 | 251 | 0.00 | 0 | 0 | 0.02 | 180 | 0.11 | 0.98 |
Hex | FA | FB | FB | 0 | 0 | 0 | 2 | B4 | B | 62 |
Octal | 372 | 373 | 373 | 0 | 0 | 0 | 2 | 264 | 13 | 142 |
Binary | 11111010 | 11111011 | 11111011 | 0 | 0 | 0 | 10 | 10110100 | 1011 | 1100010 |
Color Harmonies of #FAFBFB
Complementary color
Monochromatic Colors of #FAFBFB
Black with #FAFBFB
Text Example
Text Example
White with #FAFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBFB; }
p { color: rgb(250,251,251); }
H1.HeaderClassName
{
color: #FAFBFB;
}
.AnyTagClassName
{
color: #FAFBFB;
}
</style>
background-color css
<style>
a { background-color: #FAFBFB; }
a { background-color: rgb(250,251,251); }
div.DivClassName
{
background-color: #FAFBFB;
}
.BgClassName
{
background-color: #FAFBFB;
}
</style>
border-color css
<style>
span { border-color: #FAFBFB; }
span { border-color: rgb(250,251,251); }
td.TdClassName
{
border-color: #FAFBFB;
}
.TagClassName
{
border-color: #FAFBFB;
}
</style>