Shades of Alice Blue #FCFEFF
Tints of Alice Blue #FCFEFF
RGB
CMYK
RGB Variations
Color information
#FCFEFF (or 0xFCFEFF) is known color: Alice Blue. HEX triplet: FC, FE and FF. RGB value is (252,254,255). Sum of RGB (Red+Green+Blue) = 252+254+255=761 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.11% from 761); Green value is 254 (99.61% from 255 or 33.38% from 761); Blue value is 255 (100% from 255 or 33.51% from 761); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEFF is #030100. Grayscale: #FDFDFD. Windows color (decimal): -196865 or 16776956. OLE color: 16776956.
HSL color Cylindrical-coordinate representation of color #FCFEFF: hue angle of 200º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFEFF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 254 | 255 | - |
CMYK | 0.01 | 0.00 | 0 | 0 |
HSL | 200º | 1% | 0.99% | - |
HSV(B) | 200º | 0.01% | 1% | - |
XYZ | 93.64 | 98.8 | 108.74 | - |
YUV | 253.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 255 | 0.01 | 0.00 | 0 | 0 | 200 | 1 | 0.99 |
Hex | FC | FE | FF | 1 | 0 | 0 | 0 | C8 | 64 | 63 |
Octal | 374 | 376 | 377 | 1 | 0 | 0 | 0 | 310 | 144 | 143 |
Binary | 11111100 | 11111110 | 11111111 | 1 | 0 | 0 | 0 | 11001000 | 1100100 | 1100011 |
Color Harmonies of #FCFEFF
Complementary color
Monochromatic Colors of #FCFEFF
Black with #FCFEFF
Text Example
Text Example
White with #FCFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEFF; }
p { color: rgb(252,254,255); }
H1.HeaderClassName
{
color: #FCFEFF;
}
.AnyTagClassName
{
color: #FCFEFF;
}
</style>
background-color css
<style>
a { background-color: #FCFEFF; }
a { background-color: rgb(252,254,255); }
div.DivClassName
{
background-color: #FCFEFF;
}
.BgClassName
{
background-color: #FCFEFF;
}
</style>
border-color css
<style>
span { border-color: #FCFEFF; }
span { border-color: rgb(252,254,255); }
td.TdClassName
{
border-color: #FCFEFF;
}
.TagClassName
{
border-color: #FCFEFF;
}
</style>