Shades of Alice Blue #FBFDFE
Tints of Alice Blue #FBFDFE
RGB
CMYK
RGB Variations
Color information
#FBFDFE (or 0xFBFDFE) is known color: Alice Blue. HEX triplet: FB, FD and FE. RGB value is (251,253,254). Sum of RGB (Red+Green+Blue) = 251+253+254=758 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.11% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDFE is #040201. Grayscale: #FCFCFC. Windows color (decimal): -262658 or 16711163. OLE color: 16711163.
HSL color Cylindrical-coordinate representation of color #FBFDFE: hue angle of 200º 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 #FBFDFE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 251 | 253 | 254 | - |
CMYK | 0.01 | 0.00 | 0 | 0.00 |
HSL | 200º | 0.6% | 0.99% | - |
HSV(B) | 200º | 0.01% | 1% | - |
XYZ | 92.8 | 97.92 | 107.77 | - |
YUV | 252.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 254 | 0.01 | 0.00 | 0 | 0.00 | 200 | 0.6 | 0.99 |
Hex | FB | FD | FE | 1 | 0 | 0 | 0 | C8 | 3C | 63 |
Octal | 373 | 375 | 376 | 1 | 0 | 0 | 0 | 310 | 74 | 143 |
Binary | 11111011 | 11111101 | 11111110 | 1 | 0 | 0 | 0 | 11001000 | 111100 | 1100011 |
Color Harmonies of #FBFDFE
Complementary color
Monochromatic Colors of #FBFDFE
Black with #FBFDFE
Text Example
Text Example
White with #FBFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDFE; }
p { color: rgb(251,253,254); }
H1.HeaderClassName
{
color: #FBFDFE;
}
.AnyTagClassName
{
color: #FBFDFE;
}
</style>
background-color css
<style>
a { background-color: #FBFDFE; }
a { background-color: rgb(251,253,254); }
div.DivClassName
{
background-color: #FBFDFE;
}
.BgClassName
{
background-color: #FBFDFE;
}
</style>
border-color css
<style>
span { border-color: #FBFDFE; }
span { border-color: rgb(251,253,254); }
td.TdClassName
{
border-color: #FBFDFE;
}
.TagClassName
{
border-color: #FBFDFE;
}
</style>