Shades of Azure #F3FCFC
Tints of Azure #F3FCFC
RGB
CMYK
RGB Variations
Color information
#F3FCFC (or 0xF3FCFC) is known color: Azure. HEX triplet: F3, FC and FC. RGB value is (243,252,252). Sum of RGB (Red+Green+Blue) = 243+252+252=747 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.53% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F3FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FCFC is #0C0303. Grayscale: #F9F9F9. Windows color (decimal): -787204 or 16579827. OLE color: 16579827.
HSL color Cylindrical-coordinate representation of color #F3FCFC: hue angle of 180º degrees, saturation: 0.6, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F3FCFC is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 252 | - |
| CMYK | 0.04 | 0 | 0 | 0.01 |
| HSL | 180º | 0.6% | 0.97% | - |
| HSV(B) | 180º | 0.04% | 0.99% | - |
| XYZ | 89.34 | 95.7 | 105.86 | - |
| YUV | 249.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 252 | 0.04 | 0 | 0 | 0.01 | 180 | 0.6 | 0.97 |
| Hex | F3 | FC | FC | 4 | 0 | 0 | 1 | B4 | 3C | 61 |
| Octal | 363 | 374 | 374 | 4 | 0 | 0 | 1 | 264 | 74 | 141 |
| Binary | 11110011 | 11111100 | 11111100 | 100 | 0 | 0 | 1 | 10110100 | 111100 | 1100001 |
Color Harmonies of #F3FCFC
Complementary color
Monochromatic Colors of #F3FCFC
Black with #F3FCFC
Text Example
Text Example
White with #F3FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FCFC; }
p { color: rgb(243,252,252); }
H1.HeaderClassName
{
color: #F3FCFC;
}
.AnyTagClassName
{
color: #F3FCFC;
}
</style>
background-color css
<style>
a { background-color: #F3FCFC; }
a { background-color: rgb(243,252,252); }
div.DivClassName
{
background-color: #F3FCFC;
}
.BgClassName
{
background-color: #F3FCFC;
}
</style>
border-color css
<style>
span { border-color: #F3FCFC; }
span { border-color: rgb(243,252,252); }
td.TdClassName
{
border-color: #F3FCFC;
}
.TagClassName
{
border-color: #F3FCFC;
}
</style>