Shades of Alice Blue #FBFCFD
Tints of Alice Blue #FBFCFD
RGB
CMYK
RGB Variations
Color information
#FBFCFD (or 0xFBFCFD) is known color: Alice Blue. HEX triplet: FB, FC and FD. RGB value is (251,252,253). Sum of RGB (Red+Green+Blue) = 251+252+253=756 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.20% from 756); Green value is 252 (98.83% from 255 or 33.33% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCFD is #040302. Grayscale: #FBFBFB. Windows color (decimal): -262915 or 16645371. OLE color: 16645371.
HSL color Cylindrical-coordinate representation of color #FBFCFD: hue angle of 210º 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 #FBFCFD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 252 | 253 | - |
CMYK | 0.01 | 0.00 | 0 | 0.01 |
HSL | 210º | 0.33% | 0.99% | - |
HSV(B) | 210º | 0.01% | 0.99% | - |
XYZ | 92.32 | 97.22 | 106.83 | - |
YUV | 251.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 252 | 253 | 0.01 | 0.00 | 0 | 0.01 | 210 | 0.33 | 0.99 |
Hex | FB | FC | FD | 1 | 0 | 0 | 1 | D2 | 21 | 63 |
Octal | 373 | 374 | 375 | 1 | 0 | 0 | 1 | 322 | 41 | 143 |
Binary | 11111011 | 11111100 | 11111101 | 1 | 0 | 0 | 1 | 11010010 | 100001 | 1100011 |
Color Harmonies of #FBFCFD
Complementary color
Monochromatic Colors of #FBFCFD
Black with #FBFCFD
Text Example
Text Example
White with #FBFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCFD; }
p { color: rgb(251,252,253); }
H1.HeaderClassName
{
color: #FBFCFD;
}
.AnyTagClassName
{
color: #FBFCFD;
}
</style>
background-color css
<style>
a { background-color: #FBFCFD; }
a { background-color: rgb(251,252,253); }
div.DivClassName
{
background-color: #FBFCFD;
}
.BgClassName
{
background-color: #FBFCFD;
}
</style>
border-color css
<style>
span { border-color: #FBFCFD; }
span { border-color: rgb(251,252,253); }
td.TdClassName
{
border-color: #FBFCFD;
}
.TagClassName
{
border-color: #FBFCFD;
}
</style>