#F6FBFE

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

Shades of Alice Blue #F6FBFE

Tints of Alice Blue #F6FBFE

Color information

#F6FBFE (or 0xF6FBFE) is unknown color: approx Alice Blue. HEX triplet: F6, FB and FE. RGB value is (246,251,254). Sum of RGB (Red+Green+Blue) = 246+251+254=751 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.76% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FBFE is #090401. Grayscale: #F9F9F9. Windows color (decimal): -590850 or 16710646. OLE color: 16710646.

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

Color convert

RGB246251254-
CMYK0.030.0100.00
HSL202.5º80%98.04%-
HSV(B)202.5º3.15%99.61%-
XYZ90.3995.74107.48-
YUV249.85130.34125.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.76%
GREEN value IS 251 (98.44% from 255) = 33.42%
BLUE value IS 254 (99.61% from 255) = 33.82%
R=32.76%
G=33.42%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462512540.030.0100.00202.58098.04
HexF6FBFE3100ca5062
Octal3663733763100312120142
Binary111101101111101111111110111001100101010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBFE; }

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

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

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

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

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

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

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

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