Shades of Azure #FBFDFD
Tints of Azure #FBFDFD
RGB
CMYK
RGB Variations
Color information
#FBFDFD (or 0xFBFDFD) is known color: Azure. HEX triplet: FB, FD and FD. RGB value is (251,253,253). Sum of RGB (Red+Green+Blue) = 251+253+253=757 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.16% from 757); Green value is 253 (99.22% from 255 or 33.42% from 757); Blue value is 253 (99.22% from 255 or 33.42% from 757); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #FBFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDFD is #040202. Grayscale: #FCFCFC. Windows color (decimal): -262659 or 16645627. OLE color: 16645627.
HSL color Cylindrical-coordinate representation of color #FBFDFD: hue angle of 180º degrees, saturation: 0.33, 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 #FBFDFD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 253 | - |
CMYK | 0.01 | 0 | 0 | 0.01 |
HSL | 180º | 0.33% | 0.99% | - |
HSV(B) | 180º | 0.01% | 0.99% | - |
XYZ | 92.64 | 97.85 | 106.93 | - |
YUV | 252.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 253 | 0.01 | 0 | 0 | 0.01 | 180 | 0.33 | 0.99 |
Hex | FB | FD | FD | 1 | 0 | 0 | 1 | B4 | 21 | 63 |
Octal | 373 | 375 | 375 | 1 | 0 | 0 | 1 | 264 | 41 | 143 |
Binary | 11111011 | 11111101 | 11111101 | 1 | 0 | 0 | 1 | 10110100 | 100001 | 1100011 |
Color Harmonies of #FBFDFD
Complementary color
Monochromatic Colors of #FBFDFD
Black with #FBFDFD
Text Example
Text Example
White with #FBFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDFD; }
p { color: rgb(251,253,253); }
H1.HeaderClassName
{
color: #FBFDFD;
}
.AnyTagClassName
{
color: #FBFDFD;
}
</style>
background-color css
<style>
a { background-color: #FBFDFD; }
a { background-color: rgb(251,253,253); }
div.DivClassName
{
background-color: #FBFDFD;
}
.BgClassName
{
background-color: #FBFDFD;
}
</style>
border-color css
<style>
span { border-color: #FBFDFD; }
span { border-color: rgb(251,253,253); }
td.TdClassName
{
border-color: #FBFDFD;
}
.TagClassName
{
border-color: #FBFDFD;
}
</style>