Shades of Azure #FAFCFC
Tints of Azure #FAFCFC
RGB
CMYK
RGB Variations
Color information
#FAFCFC (or 0xFAFCFC) is known color: Azure. HEX triplet: FA, FC and FC. RGB value is (250,252,252). Sum of RGB (Red+Green+Blue) = 250+252+252=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 252 (98.83% from 255 or 33.42% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #FAFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFC is #050303. Grayscale: #FBFBFB. Windows color (decimal): -328452 or 16579834. OLE color: 16579834.
HSL color Cylindrical-coordinate representation of color #FAFCFC: hue angle of 180º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFCFC is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 252 | 252 | - |
CMYK | 0.01 | 0 | 0 | 0.01 |
HSL | 180º | 0.25% | 0.98% | - |
HSV(B) | 180º | 0.01% | 0.99% | - |
XYZ | 91.81 | 96.97 | 105.97 | - |
YUV | 251.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 252 | 252 | 0.01 | 0 | 0 | 0.01 | 180 | 0.25 | 0.98 |
Hex | FA | FC | FC | 1 | 0 | 0 | 1 | B4 | 19 | 62 |
Octal | 372 | 374 | 374 | 1 | 0 | 0 | 1 | 264 | 31 | 142 |
Binary | 11111010 | 11111100 | 11111100 | 1 | 0 | 0 | 1 | 10110100 | 11001 | 1100010 |
Color Harmonies of #FAFCFC
Complementary color
Monochromatic Colors of #FAFCFC
Black with #FAFCFC
Text Example
Text Example
White with #FAFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCFC; }
p { color: rgb(250,252,252); }
H1.HeaderClassName
{
color: #FAFCFC;
}
.AnyTagClassName
{
color: #FAFCFC;
}
</style>
background-color css
<style>
a { background-color: #FAFCFC; }
a { background-color: rgb(250,252,252); }
div.DivClassName
{
background-color: #FAFCFC;
}
.BgClassName
{
background-color: #FAFCFC;
}
</style>
border-color css
<style>
span { border-color: #FAFCFC; }
span { border-color: rgb(250,252,252); }
td.TdClassName
{
border-color: #FAFCFC;
}
.TagClassName
{
border-color: #FAFCFC;
}
</style>