#F6FAFE

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

Shades of Alice Blue #F6FAFE

Tints of Alice Blue #F6FAFE

Color information

#F6FAFE (or 0xF6FAFE) is unknown color: approx Alice Blue. HEX triplet: F6, FA and FE. RGB value is (246,250,254). Sum of RGB (Red+Green+Blue) = 246+250+254=750 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.8% from 750); Green value is 250 (98.05% from 255 or 33.33% 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 #F6FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAFE is #090501. Grayscale: #F9F9F9. Windows color (decimal): -591106 or 16710390. OLE color: 16710390.

HSL color Cylindrical-coordinate representation of color #F6FAFE: hue angle of 210º 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 #F6FAFE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246250254-
CMYK0.030.0200.00
HSL210º80%98.04%-
HSV(B)210º3.15%99.61%-
XYZ90.0895.12107.38-
YUV249.26130.67125.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.8%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=32.8%
G=33.33%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462502540.030.0200.002108098.04
HexF6FAFE3200d25062
Octal3663723763200322120142
Binary1111011011111010111111101110001101001010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAFE; }

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

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

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

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

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

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

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

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