#FCFDFE

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

Shades of Alice Blue #FCFDFE

Tints of Alice Blue #FCFDFE

Color information

#FCFDFE (or 0xFCFDFE) is unknown color: approx Alice Blue. HEX triplet: FC, FD and FE. RGB value is (252,253,254). Sum of RGB (Red+Green+Blue) = 252+253+254=759 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.20% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 254 (99.61% from 255 or 33.47% from 759); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFE is #030201. Grayscale: #FCFCFC. Windows color (decimal): -197122 or 16711164. OLE color: 16711164.

HSL color Cylindrical-coordinate representation of color #FCFDFE: hue angle of 210º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFDFE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252253254-
CMYK0.010.0000.00
HSL210º50%99.22%-
HSV(B)210º0.79%99.61%-
XYZ93.1698.1107.79-
YUV252.81128.67127.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.20%
GREEN value IS 253 (99.22% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 33.47%
R=33.20%
G=33.33%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522532540.010.0000.002105099.22
HexFCFDFE1000d23263
Octal374375376100032262143
Binary1111110011111101111111101000110100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDFE; }

 p { color: rgb(252,253,254); }

 H1.HeaderClassName
 {
   color: #FCFDFE;
 }
 .AnyTagClassName
 {
   color: #FCFDFE;
 }
</style>
background-color css

<style>
 a { background-color: #FCFDFE; }

 a { background-color: rgb(252,253,254); }

 div.DivClassName
 {
   background-color: #FCFDFE;
 }
 .BgClassName
 {
   background-color: #FCFDFE;
 }
</style>
border-color css

<style>
 span { border-color: #FCFDFE; }

 span { border-color: rgb(252,253,254); }

 td.TdClassName
 {
   border-color: #FCFDFE;
 }
 .TagClassName
 {
   border-color: #FCFDFE;
 }
</style>