Shades of Alice Blue #FAFCFD
Tints of Alice Blue #FAFCFD
RGB
CMYK
RGB Variations
Color information
#FAFCFD (or 0xFAFCFD) is known color: Alice Blue. HEX triplet: FA, FC and FD. RGB value is (250,252,253). Sum of RGB (Red+Green+Blue) = 250+252+253=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 252 (98.83% from 255 or 33.38% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFD is #050302. Grayscale: #FBFBFB. Windows color (decimal): -328451 or 16645370. OLE color: 16645370.
HSL color Cylindrical-coordinate representation of color #FAFCFD: hue angle of 200º 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 #FAFCFD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 252 | 253 | - |
CMYK | 0.01 | 0.00 | 0 | 0.01 |
HSL | 200º | 0.43% | 0.99% | - |
HSV(B) | 200º | 0.01% | 0.99% | - |
XYZ | 91.96 | 97.04 | 106.81 | - |
YUV | 251.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 252 | 253 | 0.01 | 0.00 | 0 | 0.01 | 200 | 0.43 | 0.99 |
Hex | FA | FC | FD | 1 | 0 | 0 | 1 | C8 | 2B | 63 |
Octal | 372 | 374 | 375 | 1 | 0 | 0 | 1 | 310 | 53 | 143 |
Binary | 11111010 | 11111100 | 11111101 | 1 | 0 | 0 | 1 | 11001000 | 101011 | 1100011 |
Color Harmonies of #FAFCFD
Complementary color
Monochromatic Colors of #FAFCFD
Black with #FAFCFD
Text Example
Text Example
White with #FAFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCFD; }
p { color: rgb(250,252,253); }
H1.HeaderClassName
{
color: #FAFCFD;
}
.AnyTagClassName
{
color: #FAFCFD;
}
</style>
background-color css
<style>
a { background-color: #FAFCFD; }
a { background-color: rgb(250,252,253); }
div.DivClassName
{
background-color: #FAFCFD;
}
.BgClassName
{
background-color: #FAFCFD;
}
</style>
border-color css
<style>
span { border-color: #FAFCFD; }
span { border-color: rgb(250,252,253); }
td.TdClassName
{
border-color: #FAFCFD;
}
.TagClassName
{
border-color: #FAFCFD;
}
</style>