Shades of Alice Blue #FBFDFF
Tints of Alice Blue #FBFDFF
RGB
CMYK
RGB Variations
Color information
#FBFDFF (or 0xFBFDFF) is known color: Alice Blue. HEX triplet: FB, FD and FF. RGB value is (251,253,255). Sum of RGB (Red+Green+Blue) = 251+253+255=759 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.07% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDFF is #040200. Grayscale: #FCFCFC. Windows color (decimal): -262657 or 16776699. OLE color: 16776699.
HSL color Cylindrical-coordinate representation of color #FBFDFF: hue angle of 210º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFDFF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 251 | 253 | 255 | - |
CMYK | 0.02 | 0.01 | 0 | 0 |
HSL | 210º | 1% | 0.99% | - |
HSV(B) | 210º | 0.02% | 1% | - |
XYZ | 92.96 | 97.98 | 108.62 | - |
YUV | 252.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 255 | 0.02 | 0.01 | 0 | 0 | 210 | 1 | 0.99 |
Hex | FB | FD | FF | 2 | 1 | 0 | 0 | D2 | 64 | 63 |
Octal | 373 | 375 | 377 | 2 | 1 | 0 | 0 | 322 | 144 | 143 |
Binary | 11111011 | 11111101 | 11111111 | 10 | 1 | 0 | 0 | 11010010 | 1100100 | 1100011 |
Color Harmonies of #FBFDFF
Complementary color
Monochromatic Colors of #FBFDFF
Black with #FBFDFF
Text Example
Text Example
White with #FBFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDFF; }
p { color: rgb(251,253,255); }
H1.HeaderClassName
{
color: #FBFDFF;
}
.AnyTagClassName
{
color: #FBFDFF;
}
</style>
background-color css
<style>
a { background-color: #FBFDFF; }
a { background-color: rgb(251,253,255); }
div.DivClassName
{
background-color: #FBFDFF;
}
.BgClassName
{
background-color: #FBFDFF;
}
</style>
border-color css
<style>
span { border-color: #FBFDFF; }
span { border-color: rgb(251,253,255); }
td.TdClassName
{
border-color: #FBFDFF;
}
.TagClassName
{
border-color: #FBFDFF;
}
</style>