Html Css Color HEX #F6FAFE Alice Blue

📋 copy color: '#F6FAFE'

red 246 ◦ green 250 ◦ blue 254

#F6FAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alice Blue #F6FAFE

Tints of Alice Blue #F6FAFE

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 value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6FAFE (or 0xF6FAFE) is known color: 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

RGB 246 250 254 -
CMYK 0.03 0.02 0 0.00
HSL 210º 0.8% 0.98% -
HSV(B) 210º 0.03% 1% -
XYZ 90.08 95.12 107.38 -
YUV 249.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 246 250 254 0.03 0.02 0 0.00 210 0.8 0.98
Hex F6 FA FE 3 2 0 0 D2 50 62
Octal 366 372 376 3 2 0 0 322 120 142
Binary 11110110 11111010 11111110 11 10 0 0 11010010 1010000 1100010

Color Harmonies of #F6FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FAFE

Black with #F6FAFE

Text Example


Text Example

White with #F6FAFE

Text Example


Text Example

HTML Codes & Css Web 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>