#F8FBFC

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

Shades of Alice Blue #F8FBFC

Tints of Alice Blue #F8FBFC

Color information

#F8FBFC (or 0xF8FBFC) is unknown color: approx Alice Blue. HEX triplet: F8, FB and FC. RGB value is (248,251,252). Sum of RGB (Red+Green+Blue) = 248+251+252=751 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.02% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FBFC is #070403. Grayscale: #FAFAFA. Windows color (decimal): -459780 or 16579576. OLE color: 16579576.

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

Color convert

RGB248251252-
CMYK0.020.0000.01
HSL195º40%98.04%-
HSV(B)195º1.59%98.82%-
XYZ90.7895.98105.84-
YUV250.22129.01126.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.02%
GREEN value IS 251 (98.44% from 255) = 33.42%
BLUE value IS 252 (98.83% from 255) = 33.56%
R=33.02%
G=33.42%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482512520.020.0000.011954098.04
HexF8FBFC2001c32862
Octal370373374200130350142
Binary11111000111110111111110010001110000111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FBFC; }

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

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

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

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

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

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

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

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