#F5FBFE

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

Shades of Alice Blue #F5FBFE

Tints of Alice Blue #F5FBFE

Color information

#F5FBFE (or 0xF5FBFE) is unknown color: approx Alice Blue. HEX triplet: F5, FB and FE. RGB value is (245,251,254). Sum of RGB (Red+Green+Blue) = 245+251+254=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBFE is #0A0401. Grayscale: #F9F9F9. Windows color (decimal): -656386 or 16710645. OLE color: 16710645.

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

Color convert

RGB245251254-
CMYK0.040.0100.00
HSL200º81.82%97.84%-
HSV(B)200º3.54%99.61%-
XYZ90.0495.56107.47-
YUV249.55130.51124.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.67%
GREEN value IS 251 (98.44% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=32.67%
G=33.47%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452512540.040.0100.0020081.8297.84
HexF5FBFE4100c85262
Octal3653733764100310122142
Binary1111010111111011111111101001001100100010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBFE; }

 p { color: rgb(245,251,254); }

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

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

 a { background-color: rgb(245,251,254); }

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

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

 span { border-color: rgb(245,251,254); }

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