#FCFDFF

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

Shades of Alice Blue #FCFDFF

Tints of Alice Blue #FCFDFF

Color information

#FCFDFF (or 0xFCFDFF) is unknown color: approx Alice Blue. HEX triplet: FC, FD and FF. RGB value is (252,253,255). Sum of RGB (Red+Green+Blue) = 252+253+255=760 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.16% from 760); Green value is 253 (99.22% from 255 or 33.29% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFF is #030200. Grayscale: #FCFCFC. Windows color (decimal): -197121 or 16776700. OLE color: 16776700.

HSL color Cylindrical-coordinate representation of color #FCFDFF: hue angle of 220º 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 #FCFDFF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252253255-
CMYK0.010.0100
HSL220º100%99.41%-
HSV(B)220º1.18%100%-
XYZ93.3298.17108.64-
YUV252.93129.17127.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.16%
GREEN value IS 253 (99.22% from 255) = 33.29%
BLUE value IS 255 (100% from 255) = 33.55%
R=33.16%
G=33.29%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522532550.010.010022010099.41
HexFCFDFF1100dc6463
Octal3743753771100334144143
Binary11111100111111011111111111001101110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDFF; }

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

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

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

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

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

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

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

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