Shades of Alice Blue #FAFCFF
Tints of Alice Blue #FAFCFF
RGB
CMYK
RGB Variations
Color information
#FAFCFF (or 0xFAFCFF) is known color: Alice Blue. HEX triplet: FA, FC and FF. RGB value is (250,252,255). Sum of RGB (Red+Green+Blue) = 250+252+255=757 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.03% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFF is #050300. Grayscale: #FBFBFB. Windows color (decimal): -328449 or 16776442. OLE color: 16776442.
HSL color Cylindrical-coordinate representation of color #FAFCFF: hue angle of 216º 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 #FAFCFF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 250 | 252 | 255 | - |
CMYK | 0.02 | 0.01 | 0 | 0 |
HSL | 216º | 1% | 0.99% | - |
HSV(B) | 216º | 0.02% | 1% | - |
XYZ | 92.28 | 97.16 | 108.5 | - |
YUV | 251.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 252 | 255 | 0.02 | 0.01 | 0 | 0 | 216 | 1 | 0.99 |
Hex | FA | FC | FF | 2 | 1 | 0 | 0 | D8 | 64 | 63 |
Octal | 372 | 374 | 377 | 2 | 1 | 0 | 0 | 330 | 144 | 143 |
Binary | 11111010 | 11111100 | 11111111 | 10 | 1 | 0 | 0 | 11011000 | 1100100 | 1100011 |
Color Harmonies of #FAFCFF
Complementary color
Monochromatic Colors of #FAFCFF
Black with #FAFCFF
Text Example
Text Example
White with #FAFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCFF; }
p { color: rgb(250,252,255); }
H1.HeaderClassName
{
color: #FAFCFF;
}
.AnyTagClassName
{
color: #FAFCFF;
}
</style>
background-color css
<style>
a { background-color: #FAFCFF; }
a { background-color: rgb(250,252,255); }
div.DivClassName
{
background-color: #FAFCFF;
}
.BgClassName
{
background-color: #FAFCFF;
}
</style>
border-color css
<style>
span { border-color: #FAFCFF; }
span { border-color: rgb(250,252,255); }
td.TdClassName
{
border-color: #FAFCFF;
}
.TagClassName
{
border-color: #FAFCFF;
}
</style>