Html Css Color HEX #F2F6FA Alice Blue

📋 copy color: '#F2F6FA'

red 242 ◦ green 246 ◦ blue 250

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

Shades of Alice Blue #F2F6FA

Tints of Alice Blue #F2F6FA

RGB

 RED value IS 242 (94.92% from 255) = 32.79%

 GREEN value IS 246 (96.48% from 255) = 33.33%

 BLUE value IS 250 (98.05% from 255) = 33.88%

R = 32.79%
G = 33.33%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2F6FA (or 0xF2F6FA) is known color: Alice Blue. HEX triplet: F2, F6 and FA. RGB value is (242,246,250). Sum of RGB (Red+Green+Blue) = 242+246+250=738 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.79% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2F6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6FA is #0D0905. Grayscale: #F5F5F5. Windows color (decimal): -854278 or 16447218. OLE color: 16447218.

HSL color Cylindrical-coordinate representation of color #F2F6FA: hue angle of 210º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2F6FA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 246 250 -
CMYK 0.03 0.02 0 0.02
HSL 210º 0.44% 0.96% -
HSV(B) 210º 0.03% 0.98% -
XYZ 86.83 91.69 103.56 -
YUV 245.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 242 246 250 0.03 0.02 0 0.02 210 0.44 0.96
Hex F2 F6 FA 3 2 0 2 D2 2C 60
Octal 362 366 372 3 2 0 2 322 54 140
Binary 11110010 11110110 11111010 11 10 0 10 11010010 101100 1100000

Color Harmonies of #F2F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6FA

Black with #F2F6FA

Text Example


Text Example

White with #F2F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6FA; }

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

 H1.HeaderClassName
 {
   color: #F2F6FA;
 }
 .AnyTagClassName
 {
   color: #F2F6FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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