Shades of Azure #F0FCFC
Tints of Azure #F0FCFC
RGB
CMYK
RGB Variations
Color information
#F0FCFC (or 0xF0FCFC) is known color: Azure. HEX triplet: F0, FC and FC. RGB value is (240,252,252). Sum of RGB (Red+Green+Blue) = 240+252+252=744 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.26% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F0FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFC is #0F0303. Grayscale: #F8F8F8. Windows color (decimal): -983812 or 16579824. OLE color: 16579824.
HSL color Cylindrical-coordinate representation of color #F0FCFC: hue angle of 180º 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 #F0FCFC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 252 | - |
| CMYK | 0.05 | 0 | 0 | 0.01 |
| HSL | 180º | 0.67% | 0.96% | - |
| HSV(B) | 180º | 0.05% | 0.99% | - |
| XYZ | 88.32 | 95.17 | 105.81 | - |
| YUV | 248.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 252 | 0.05 | 0 | 0 | 0.01 | 180 | 0.67 | 0.96 |
| Hex | F0 | FC | FC | 5 | 0 | 0 | 1 | B4 | 43 | 60 |
| Octal | 360 | 374 | 374 | 5 | 0 | 0 | 1 | 264 | 103 | 140 |
| Binary | 11110000 | 11111100 | 11111100 | 101 | 0 | 0 | 1 | 10110100 | 1000011 | 1100000 |
Color Harmonies of #F0FCFC
Complementary color
Monochromatic Colors of #F0FCFC
Black with #F0FCFC
Text Example
Text Example
White with #F0FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCFC; }
p { color: rgb(240,252,252); }
H1.HeaderClassName
{
color: #F0FCFC;
}
.AnyTagClassName
{
color: #F0FCFC;
}
</style>
background-color css
<style>
a { background-color: #F0FCFC; }
a { background-color: rgb(240,252,252); }
div.DivClassName
{
background-color: #F0FCFC;
}
.BgClassName
{
background-color: #F0FCFC;
}
</style>
border-color css
<style>
span { border-color: #F0FCFC; }
span { border-color: rgb(240,252,252); }
td.TdClassName
{
border-color: #F0FCFC;
}
.TagClassName
{
border-color: #F0FCFC;
}
</style>