Shades of Alice Blue #FAFBFD
Tints of Alice Blue #FAFBFD
RGB
CMYK
RGB Variations
Color information
#FAFBFD (or 0xFAFBFD) is known color: Alice Blue. HEX triplet: FA, FB and FD. RGB value is (250,251,253). Sum of RGB (Red+Green+Blue) = 250+251+253=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 251 (98.44% from 255 or 33.29% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFD is #050402. Grayscale: #FAFAFA. Windows color (decimal): -328707 or 16645114. OLE color: 16645114.
HSL color Cylindrical-coordinate representation of color #FAFBFD: hue angle of 220º degrees, saturation: 0.43, 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 #FAFBFD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 251 | 253 | - |
CMYK | 0.01 | 0.01 | 0 | 0.01 |
HSL | 220º | 0.43% | 0.99% | - |
HSV(B) | 220º | 0.01% | 0.99% | - |
XYZ | 91.65 | 96.41 | 106.71 | - |
YUV | 250.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 251 | 253 | 0.01 | 0.01 | 0 | 0.01 | 220 | 0.43 | 0.99 |
Hex | FA | FB | FD | 1 | 1 | 0 | 1 | DC | 2B | 63 |
Octal | 372 | 373 | 375 | 1 | 1 | 0 | 1 | 334 | 53 | 143 |
Binary | 11111010 | 11111011 | 11111101 | 1 | 1 | 0 | 1 | 11011100 | 101011 | 1100011 |
Color Harmonies of #FAFBFD
Complementary color
Monochromatic Colors of #FAFBFD
Black with #FAFBFD
Text Example
Text Example
White with #FAFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBFD; }
p { color: rgb(250,251,253); }
H1.HeaderClassName
{
color: #FAFBFD;
}
.AnyTagClassName
{
color: #FAFBFD;
}
</style>
background-color css
<style>
a { background-color: #FAFBFD; }
a { background-color: rgb(250,251,253); }
div.DivClassName
{
background-color: #FAFBFD;
}
.BgClassName
{
background-color: #FAFBFD;
}
</style>
border-color css
<style>
span { border-color: #FAFBFD; }
span { border-color: rgb(250,251,253); }
td.TdClassName
{
border-color: #FAFBFD;
}
.TagClassName
{
border-color: #FAFBFD;
}
</style>