Shades of Alice Blue #FAFDFF
Tints of Alice Blue #FAFDFF
RGB
CMYK
RGB Variations
Color information
#FAFDFF (or 0xFAFDFF) is known color: Alice Blue. HEX triplet: FA, FD and FF. RGB value is (250,253,255). Sum of RGB (Red+Green+Blue) = 250+253+255=758 (100% of max value = 765). Red value is 250 (98.05% from 255 or 32.98% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFF is #050200. Grayscale: #FCFCFC. Windows color (decimal): -328193 or 16776698. OLE color: 16776698.
HSL color Cylindrical-coordinate representation of color #FAFDFF: hue angle of 204º 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 #FAFDFF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 250 | 253 | 255 | - |
CMYK | 0.02 | 0.01 | 0 | 0 |
HSL | 204º | 1% | 0.99% | - |
HSV(B) | 204º | 0.02% | 1% | - |
XYZ | 92.6 | 97.79 | 108.6 | - |
YUV | 252.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 255 | 0.02 | 0.01 | 0 | 0 | 204 | 1 | 0.99 |
Hex | FA | FD | FF | 2 | 1 | 0 | 0 | CC | 64 | 63 |
Octal | 372 | 375 | 377 | 2 | 1 | 0 | 0 | 314 | 144 | 143 |
Binary | 11111010 | 11111101 | 11111111 | 10 | 1 | 0 | 0 | 11001100 | 1100100 | 1100011 |
Color Harmonies of #FAFDFF
Complementary color
Monochromatic Colors of #FAFDFF
Black with #FAFDFF
Text Example
Text Example
White with #FAFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDFF; }
p { color: rgb(250,253,255); }
H1.HeaderClassName
{
color: #FAFDFF;
}
.AnyTagClassName
{
color: #FAFDFF;
}
</style>
background-color css
<style>
a { background-color: #FAFDFF; }
a { background-color: rgb(250,253,255); }
div.DivClassName
{
background-color: #FAFDFF;
}
.BgClassName
{
background-color: #FAFDFF;
}
</style>
border-color css
<style>
span { border-color: #FAFDFF; }
span { border-color: rgb(250,253,255); }
td.TdClassName
{
border-color: #FAFDFF;
}
.TagClassName
{
border-color: #FAFDFF;
}
</style>