#FAFCFF

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

Shades of Alice Blue #FAFCFF

Tints of Alice Blue #FAFCFF

Color information

#FAFCFF (or 0xFAFCFF) is unknown color: approx Alice Blue. HEX triplet: FA, FC and FF. RGB value is (250,252,255). Sum of RGB (Red+Green+Blue) = 250+252+255=757 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.03% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFF is #050300. Grayscale: #FBFBFB. Windows color (decimal): -328449 or 16776442. OLE color: 16776442.

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

Color convert

RGB250252255-
CMYK0.020.0100
HSL216º100%99.02%-
HSV(B)216º1.96%100%-
XYZ92.2897.16108.5-
YUV251.74129.84126.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.03%
GREEN value IS 252 (98.83% from 255) = 33.29%
BLUE value IS 255 (100% from 255) = 33.69%
R=33.03%
G=33.29%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502522550.020.010021610099.02
HexFAFCFF2100d86463
Octal3723743772100330144143
Binary111110101111110011111111101001101100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCFF; }

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

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

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

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

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

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

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

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