Shades of Azure #F0FAFC
Tints of Azure #F0FAFC
RGB
CMYK
RGB Variations
Color information
#F0FAFC (or 0xF0FAFC) is known color: Azure. HEX triplet: F0, FA and FC. RGB value is (240,250,252). Sum of RGB (Red+Green+Blue) = 240+250+252=742 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.35% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0FAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAFC is #0F0503. Grayscale: #F7F7F7. Windows color (decimal): -984324 or 16579312. OLE color: 16579312.
HSL color Cylindrical-coordinate representation of color #F0FAFC: hue angle of 190º 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 #F0FAFC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 250 | 252 | - |
CMYK | 0.05 | 0.01 | 0 | 0.01 |
HSL | 190º | 0.67% | 0.96% | - |
HSV(B) | 190º | 0.05% | 0.99% | - |
XYZ | 87.69 | 93.92 | 105.6 | - |
YUV | 247.24 | 130.69 | 122.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 250 | 252 | 0.05 | 0.01 | 0 | 0.01 | 190 | 0.67 | 0.96 |
Hex | F0 | FA | FC | 5 | 1 | 0 | 1 | BE | 43 | 60 |
Octal | 360 | 372 | 374 | 5 | 1 | 0 | 1 | 276 | 103 | 140 |
Binary | 11110000 | 11111010 | 11111100 | 101 | 1 | 0 | 1 | 10111110 | 1000011 | 1100000 |
Color Harmonies of #F0FAFC
Complementary color
Monochromatic Colors of #F0FAFC
Black with #F0FAFC
Text Example
Text Example
White with #F0FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAFC; }
p { color: rgb(240,250,252); }
H1.HeaderClassName
{
color: #F0FAFC;
}
.AnyTagClassName
{
color: #F0FAFC;
}
</style>
background-color css
<style>
a { background-color: #F0FAFC; }
a { background-color: rgb(240,250,252); }
div.DivClassName
{
background-color: #F0FAFC;
}
.BgClassName
{
background-color: #F0FAFC;
}
</style>
border-color css
<style>
span { border-color: #F0FAFC; }
span { border-color: rgb(240,250,252); }
td.TdClassName
{
border-color: #F0FAFC;
}
.TagClassName
{
border-color: #F0FAFC;
}
</style>