Shades of Azure #FAFDFD
Tints of Azure #FAFDFD
RGB
CMYK
RGB Variations
Color information
#FAFDFD (or 0xFAFDFD) is known color: Azure. HEX triplet: FA, FD and FD. RGB value is (250,253,253). Sum of RGB (Red+Green+Blue) = 250+253+253=756 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.07% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #FAFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFD is #050202. Grayscale: #FCFCFC. Windows color (decimal): -328195 or 16645626. OLE color: 16645626.
HSL color Cylindrical-coordinate representation of color #FAFDFD: hue angle of 180º degrees, saturation: 0.43, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFDFD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 253 | - |
CMYK | 0.01 | 0 | 0 | 0.01 |
HSL | 180º | 0.43% | 0.99% | - |
HSV(B) | 180º | 0.01% | 0.99% | - |
XYZ | 92.28 | 97.67 | 106.92 | - |
YUV | 252.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 253 | 0.01 | 0 | 0 | 0.01 | 180 | 0.43 | 0.99 |
Hex | FA | FD | FD | 1 | 0 | 0 | 1 | B4 | 2B | 63 |
Octal | 372 | 375 | 375 | 1 | 0 | 0 | 1 | 264 | 53 | 143 |
Binary | 11111010 | 11111101 | 11111101 | 1 | 0 | 0 | 1 | 10110100 | 101011 | 1100011 |
Color Harmonies of #FAFDFD
Complementary color
Monochromatic Colors of #FAFDFD
Black with #FAFDFD
Text Example
Text Example
White with #FAFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDFD; }
p { color: rgb(250,253,253); }
H1.HeaderClassName
{
color: #FAFDFD;
}
.AnyTagClassName
{
color: #FAFDFD;
}
</style>
background-color css
<style>
a { background-color: #FAFDFD; }
a { background-color: rgb(250,253,253); }
div.DivClassName
{
background-color: #FAFDFD;
}
.BgClassName
{
background-color: #FAFDFD;
}
</style>
border-color css
<style>
span { border-color: #FAFDFD; }
span { border-color: rgb(250,253,253); }
td.TdClassName
{
border-color: #FAFDFD;
}
.TagClassName
{
border-color: #FAFDFD;
}
</style>