#FAFBFC

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

Shades of Alice Blue #FAFBFC

Tints of Alice Blue #FAFBFC

Color information

#FAFBFC (or 0xFAFBFC) is unknown color: approx Alice Blue. HEX triplet: FA, FB and FC. RGB value is (250,251,252). Sum of RGB (Red+Green+Blue) = 250+251+252=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 251 (98.44% from 255 or 33.33% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFC is #050403. Grayscale: #FAFAFA. Windows color (decimal): -328708 or 16579578. OLE color: 16579578.

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

Color convert

RGB250251252-
CMYK0.010.0000.01
HSL210º25%98.43%-
HSV(B)210º0.79%98.82%-
XYZ91.4996.35105.87-
YUV250.82128.67127.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.20%
GREEN value IS 251 (98.44% from 255) = 33.33%
BLUE value IS 252 (98.83% 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.01
SystemRedGreenBlueCMYKHSL
Decimal2502512520.010.0000.012102598.43
HexFAFBFC1001d21962
Octal372373374100132231142
Binary111110101111101111111100100111010010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBFC; }

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

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

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

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

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

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

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

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