Html Css Color HEX #F2FAFE Alice Blue

📋 copy color: '#F2FAFE'

red 242 ◦ green 250 ◦ blue 254

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

Shades of Alice Blue #F2FAFE

Tints of Alice Blue #F2FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.51%

 BLUE value IS 254 (99.61% from 255) = 34.05%

R = 32.44%
G = 33.51%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2FAFE (or 0xF2FAFE) is known color: Alice Blue. HEX triplet: F2, FA and FE. RGB value is (242,250,254). Sum of RGB (Red+Green+Blue) = 242+250+254=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFE is #0D0501. Grayscale: #F8F8F8. Windows color (decimal): -853250 or 16710386. OLE color: 16710386.

HSL color Cylindrical-coordinate representation of color #F2FAFE: hue angle of 200º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FAFE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 250 254 -
CMYK 0.05 0.02 0 0.00
HSL 200º 0.86% 0.97% -
HSV(B) 200º 0.05% 1% -
XYZ 88.69 94.4 107.31 -
YUV 248.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 242 250 254 0.05 0.02 0 0.00 200 0.86 0.97
Hex F2 FA FE 5 2 0 0 C8 56 61
Octal 362 372 376 5 2 0 0 310 126 141
Binary 11110010 11111010 11111110 101 10 0 0 11001000 1010110 1100001

Color Harmonies of #F2FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAFE

Black with #F2FAFE

Text Example


Text Example

White with #F2FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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