Shades of Azure #F8FCFC
Tints of Azure #F8FCFC
RGB
CMYK
RGB Variations
Color information
#F8FCFC (or 0xF8FCFC) is known color: Azure. HEX triplet: F8, FC and FC. RGB value is (248,252,252). Sum of RGB (Red+Green+Blue) = 248+252+252=752 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.98% from 752); Green value is 252 (98.83% from 255 or 33.51% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F8FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FCFC is #070303. Grayscale: #FAFAFA. Windows color (decimal): -459524 or 16579832. OLE color: 16579832.
HSL color Cylindrical-coordinate representation of color #F8FCFC: hue angle of 180º degrees, saturation: 0.4, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8FCFC is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 252 | 252 | - |
CMYK | 0.02 | 0 | 0 | 0.01 |
HSL | 180º | 0.4% | 0.98% | - |
HSV(B) | 180º | 0.02% | 0.99% | - |
XYZ | 91.09 | 96.61 | 105.94 | - |
YUV | 250.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 252 | 252 | 0.02 | 0 | 0 | 0.01 | 180 | 0.4 | 0.98 |
Hex | F8 | FC | FC | 2 | 0 | 0 | 1 | B4 | 28 | 62 |
Octal | 370 | 374 | 374 | 2 | 0 | 0 | 1 | 264 | 50 | 142 |
Binary | 11111000 | 11111100 | 11111100 | 10 | 0 | 0 | 1 | 10110100 | 101000 | 1100010 |
Color Harmonies of #F8FCFC
Complementary color
Monochromatic Colors of #F8FCFC
Black with #F8FCFC
Text Example
Text Example
White with #F8FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCFC; }
p { color: rgb(248,252,252); }
H1.HeaderClassName
{
color: #F8FCFC;
}
.AnyTagClassName
{
color: #F8FCFC;
}
</style>
background-color css
<style>
a { background-color: #F8FCFC; }
a { background-color: rgb(248,252,252); }
div.DivClassName
{
background-color: #F8FCFC;
}
.BgClassName
{
background-color: #F8FCFC;
}
</style>
border-color css
<style>
span { border-color: #F8FCFC; }
span { border-color: rgb(248,252,252); }
td.TdClassName
{
border-color: #F8FCFC;
}
.TagClassName
{
border-color: #F8FCFC;
}
</style>