Html Css Color HEX #F2F7FA Alice Blue

📋 copy color: '#F2F7FA'

red 242 ◦ green 247 ◦ blue 250

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

Shades of Alice Blue #F2F7FA

Tints of Alice Blue #F2F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.42%

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

R = 32.75%
G = 33.42%
B = 33.83%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2F7FA (or 0xF2F7FA) is known color: Alice Blue. HEX triplet: F2, F7 and FA. RGB value is (242,247,250). Sum of RGB (Red+Green+Blue) = 242+247+250=739 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.75% from 739); Green value is 247 (96.88% from 255 or 33.42% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2F7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F7FA is #0D0805. Grayscale: #F5F5F5. Windows color (decimal): -854022 or 16447474. OLE color: 16447474.

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

Color convert

RGB 242 247 250 -
CMYK 0.03 0.01 0 0.02
HSL 202.5º 0.44% 0.96% -
HSV(B) 202.5º 0.03% 0.98% -
XYZ 87.13 92.3 103.67 -
YUV 245.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 242 247 250 0.03 0.01 0 0.02 202.5 0.44 0.96
Hex F2 F7 FA 3 1 0 2 CA 2C 60
Octal 362 367 372 3 1 0 2 312 54 140
Binary 11110010 11110111 11111010 11 1 0 10 11001010 101100 1100000

Color Harmonies of #F2F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7FA

Black with #F2F7FA

Text Example


Text Example

White with #F2F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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