Shades of Alice Blue #FBFCFE
Tints of Alice Blue #FBFCFE
RGB
CMYK
RGB Variations
Color information
#FBFCFE (or 0xFBFCFE) is known color: Alice Blue. HEX triplet: FB, FC and FE. RGB value is (251,252,254). Sum of RGB (Red+Green+Blue) = 251+252+254=757 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.16% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 254 (99.61% from 255 or 33.55% from 757); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCFE is #040301. Grayscale: #FBFBFB. Windows color (decimal): -262914 or 16710907. OLE color: 16710907.
HSL color Cylindrical-coordinate representation of color #FBFCFE: hue angle of 220º degrees, saturation: 0.6, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FBFCFE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 251 | 252 | 254 | - |
CMYK | 0.01 | 0.01 | 0 | 0.00 |
HSL | 220º | 0.6% | 0.99% | - |
HSV(B) | 220º | 0.01% | 1% | - |
XYZ | 92.48 | 97.29 | 107.67 | - |
YUV | 251.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 252 | 254 | 0.01 | 0.01 | 0 | 0.00 | 220 | 0.6 | 0.99 |
Hex | FB | FC | FE | 1 | 1 | 0 | 0 | DC | 3C | 63 |
Octal | 373 | 374 | 376 | 1 | 1 | 0 | 0 | 334 | 74 | 143 |
Binary | 11111011 | 11111100 | 11111110 | 1 | 1 | 0 | 0 | 11011100 | 111100 | 1100011 |
Color Harmonies of #FBFCFE
Complementary color
Monochromatic Colors of #FBFCFE
Black with #FBFCFE
Text Example
Text Example
White with #FBFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCFE; }
p { color: rgb(251,252,254); }
H1.HeaderClassName
{
color: #FBFCFE;
}
.AnyTagClassName
{
color: #FBFCFE;
}
</style>
background-color css
<style>
a { background-color: #FBFCFE; }
a { background-color: rgb(251,252,254); }
div.DivClassName
{
background-color: #FBFCFE;
}
.BgClassName
{
background-color: #FBFCFE;
}
</style>
border-color css
<style>
span { border-color: #FBFCFE; }
span { border-color: rgb(251,252,254); }
td.TdClassName
{
border-color: #FBFCFE;
}
.TagClassName
{
border-color: #FBFCFE;
}
</style>