Shades of Azure #F3FAFB
Tints of Azure #F3FAFB
RGB
CMYK
RGB Variations
Color information
#F3FAFB (or 0xF3FAFB) is known color: Azure. HEX triplet: F3, FA and FB. RGB value is (243,250,251). Sum of RGB (Red+Green+Blue) = 243+250+251=744 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.66% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3FAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FAFB is #0C0504. Grayscale: #F8F8F8. Windows color (decimal): -787717 or 16513779. OLE color: 16513779.
HSL color Cylindrical-coordinate representation of color #F3FAFB: hue angle of 187.5º degrees, saturation: 0.5, 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 #F3FAFB is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 243 | 250 | 251 | - |
CMYK | 0.03 | 0.00 | 0 | 0.02 |
HSL | 187.5º | 0.5% | 0.97% | - |
HSV(B) | 187.5º | 0.03% | 0.98% | - |
XYZ | 88.56 | 94.39 | 104.82 | - |
YUV | 248.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 250 | 251 | 0.03 | 0.00 | 0 | 0.02 | 187.5 | 0.5 | 0.97 |
Hex | F3 | FA | FB | 3 | 0 | 0 | 2 | BC | 32 | 61 |
Octal | 363 | 372 | 373 | 3 | 0 | 0 | 2 | 274 | 62 | 141 |
Binary | 11110011 | 11111010 | 11111011 | 11 | 0 | 0 | 10 | 10111100 | 110010 | 1100001 |
Color Harmonies of #F3FAFB
Complementary color
Monochromatic Colors of #F3FAFB
Black with #F3FAFB
Text Example
Text Example
White with #F3FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FAFB; }
p { color: rgb(243,250,251); }
H1.HeaderClassName
{
color: #F3FAFB;
}
.AnyTagClassName
{
color: #F3FAFB;
}
</style>
background-color css
<style>
a { background-color: #F3FAFB; }
a { background-color: rgb(243,250,251); }
div.DivClassName
{
background-color: #F3FAFB;
}
.BgClassName
{
background-color: #F3FAFB;
}
</style>
border-color css
<style>
span { border-color: #F3FAFB; }
span { border-color: rgb(243,250,251); }
td.TdClassName
{
border-color: #F3FAFB;
}
.TagClassName
{
border-color: #F3FAFB;
}
</style>