#FCFEFF

Color #FCFEFF Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #FCFEFF

Tints of Alice Blue #FCFEFF

Color information

#FCFEFF (or 0xFCFEFF) is unknown color: approx 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

RGB252254255-
CMYK0.010.0000
HSL200º100%99.41%-
HSV(B)200º1.18%100%-
XYZ93.6498.8108.74-
YUV253.52128.84126.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 33.11%
GREEN value IS 254 (99.61% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 33.51%
R=33.11%
G=33.38%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522542550.010.000020010099.41
HexFCFEFF1000c86463
Octal3743763771000310144143
Binary11111100111111101111111110001100100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>