Shades of Azure #F0FCFB
Tints of Azure #F0FCFB
RGB
CMYK
RGB Variations
Color information
#F0FCFB (or 0xF0FCFB) is known color: Azure. HEX triplet: F0, FC and FB. RGB value is (240,252,251). Sum of RGB (Red+Green+Blue) = 240+252+251=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFB is #0F0304. Grayscale: #F8F8F8. Windows color (decimal): -983813 or 16514288. OLE color: 16514288.
HSL color Cylindrical-coordinate representation of color #F0FCFB: hue angle of 175º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FCFB is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 252 | 251 | - |
CMYK | 0.05 | 0 | 0.00 | 0.01 |
HSL | 175º | 0.67% | 0.96% | - |
HSV(B) | 175º | 0.05% | 0.99% | - |
XYZ | 88.16 | 95.11 | 104.98 | - |
YUV | 248.3 | 129.52 | 122.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 251 | 0.05 | 0 | 0.00 | 0.01 | 175 | 0.67 | 0.96 |
Hex | F0 | FC | FB | 5 | 0 | 0 | 1 | AF | 43 | 60 |
Octal | 360 | 374 | 373 | 5 | 0 | 0 | 1 | 257 | 103 | 140 |
Binary | 11110000 | 11111100 | 11111011 | 101 | 0 | 0 | 1 | 10101111 | 1000011 | 1100000 |
Color Harmonies of #F0FCFB
Complementary color
Monochromatic Colors of #F0FCFB
Black with #F0FCFB
Text Example
Text Example
White with #F0FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCFB; }
p { color: rgb(240,252,251); }
H1.HeaderClassName
{
color: #F0FCFB;
}
.AnyTagClassName
{
color: #F0FCFB;
}
</style>
background-color css
<style>
a { background-color: #F0FCFB; }
a { background-color: rgb(240,252,251); }
div.DivClassName
{
background-color: #F0FCFB;
}
.BgClassName
{
background-color: #F0FCFB;
}
</style>
border-color css
<style>
span { border-color: #F0FCFB; }
span { border-color: rgb(240,252,251); }
td.TdClassName
{
border-color: #F0FCFB;
}
.TagClassName
{
border-color: #F0FCFB;
}
</style>