Shades of Azure #FCFDFD
Tints of Azure #FCFDFD
RGB
CMYK
RGB Variations
Color information
#FCFDFD (or 0xFCFDFD) is known color: Azure. HEX triplet: FC, FD and FD. RGB value is (252,253,253). Sum of RGB (Red+Green+Blue) = 252+253+253=758 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.25% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 253 (99.22% from 255 or 33.38% from 758); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #FCFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFD is #030202. Grayscale: #FCFCFC. Windows color (decimal): -197123 or 16645628. OLE color: 16645628.
HSL color Cylindrical-coordinate representation of color #FCFDFD: hue angle of 180º degrees, saturation: 0.2, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FCFDFD is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 253 | - |
CMYK | 0.00 | 0 | 0 | 0.01 |
HSL | 180º | 0.2% | 0.99% | - |
HSV(B) | 180º | 0% | 0.99% | - |
XYZ | 93 | 98.04 | 106.95 | - |
YUV | 252.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 253 | 0.00 | 0 | 0 | 0.01 | 180 | 0.2 | 0.99 |
Hex | FC | FD | FD | 0 | 0 | 0 | 1 | B4 | 14 | 63 |
Octal | 374 | 375 | 375 | 0 | 0 | 0 | 1 | 264 | 24 | 143 |
Binary | 11111100 | 11111101 | 11111101 | 0 | 0 | 0 | 1 | 10110100 | 10100 | 1100011 |
Color Harmonies of #FCFDFD
Complementary color
Monochromatic Colors of #FCFDFD
Black with #FCFDFD
Text Example
Text Example
White with #FCFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDFD; }
p { color: rgb(252,253,253); }
H1.HeaderClassName
{
color: #FCFDFD;
}
.AnyTagClassName
{
color: #FCFDFD;
}
</style>
background-color css
<style>
a { background-color: #FCFDFD; }
a { background-color: rgb(252,253,253); }
div.DivClassName
{
background-color: #FCFDFD;
}
.BgClassName
{
background-color: #FCFDFD;
}
</style>
border-color css
<style>
span { border-color: #FCFDFD; }
span { border-color: rgb(252,253,253); }
td.TdClassName
{
border-color: #FCFDFD;
}
.TagClassName
{
border-color: #FCFDFD;
}
</style>