Shades of Alice Blue #FAFDFE
Tints of Alice Blue #FAFDFE
RGB
CMYK
RGB Variations
Color information
#FAFDFE (or 0xFAFDFE) is known color: Alice Blue. HEX triplet: FA, FD and FE. RGB value is (250,253,254). Sum of RGB (Red+Green+Blue) = 250+253+254=757 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.03% from 757); Green value is 253 (99.22% from 255 or 33.42% from 757); Blue value is 254 (99.61% from 255 or 33.55% from 757); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFE is #050201. Grayscale: #FCFCFC. Windows color (decimal): -328194 or 16711162. OLE color: 16711162.
HSL color Cylindrical-coordinate representation of color #FAFDFE: hue angle of 195º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFDFE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 253 | 254 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.00 |
| HSL | 195º | 0.67% | 0.99% | - |
| HSV(B) | 195º | 0.02% | 1% | - |
| XYZ | 92.44 | 97.73 | 107.76 | - |
| YUV | 252.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 254 | 0.02 | 0.00 | 0 | 0.00 | 195 | 0.67 | 0.99 |
| Hex | FA | FD | FE | 2 | 0 | 0 | 0 | C3 | 43 | 63 |
| Octal | 372 | 375 | 376 | 2 | 0 | 0 | 0 | 303 | 103 | 143 |
| Binary | 11111010 | 11111101 | 11111110 | 10 | 0 | 0 | 0 | 11000011 | 1000011 | 1100011 |
Color Harmonies of #FAFDFE
Complementary color
Monochromatic Colors of #FAFDFE
Black with #FAFDFE
Text Example
Text Example
White with #FAFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDFE; }
p { color: rgb(250,253,254); }
H1.HeaderClassName
{
color: #FAFDFE;
}
.AnyTagClassName
{
color: #FAFDFE;
}
</style>
background-color css
<style>
a { background-color: #FAFDFE; }
a { background-color: rgb(250,253,254); }
div.DivClassName
{
background-color: #FAFDFE;
}
.BgClassName
{
background-color: #FAFDFE;
}
</style>
border-color css
<style>
span { border-color: #FAFDFE; }
span { border-color: rgb(250,253,254); }
td.TdClassName
{
border-color: #FAFDFE;
}
.TagClassName
{
border-color: #FAFDFE;
}
</style>