Html Css Color HEX #F2FAFF Alice Blue

📋 copy color: '#F2FAFF'

red 242 ◦ green 250 ◦ blue 255

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

Shades of Alice Blue #F2FAFF

Tints of Alice Blue #F2FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.14%

R = 32.4%
G = 33.47%
B = 34.14%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2FAFF (or 0xF2FAFF) is known color: Alice Blue. HEX triplet: F2, FA and FF. RGB value is (242,250,255). Sum of RGB (Red+Green+Blue) = 242+250+255=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFF is #0D0500. Grayscale: #F8F8F8. Windows color (decimal): -853249 or 16775922. OLE color: 16775922.

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

Color convert

RGB 242 250 255 -
CMYK 0.05 0.02 0 0
HSL 203.08º 1% 0.97% -
HSV(B) 203.08º 0.05% 1% -
XYZ 88.85 94.47 108.16 -
YUV 248.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 242 250 255 0.05 0.02 0 0 203.08 1 0.97
Hex F2 FA FF 5 2 0 0 CB 64 61
Octal 362 372 377 5 2 0 0 313 144 141
Binary 11110010 11111010 11111111 101 10 0 0 11001011 1100100 1100001

Color Harmonies of #F2FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAFF

Black with #F2FAFF

Text Example


Text Example

White with #F2FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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