Html Css Color HEX #F2F8FF Alice Blue

📋 copy color: '#F2F8FF'

red 242 ◦ green 248 ◦ blue 255

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

Shades of Alice Blue #F2F8FF

Tints of Alice Blue #F2F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.29%

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

R = 32.48%
G = 33.29%
B = 34.23%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2F8FF (or 0xF2F8FF) is known color: Alice Blue. HEX triplet: F2, F8 and FF. RGB value is (242,248,255). Sum of RGB (Red+Green+Blue) = 242+248+255=745 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.48% from 745); Green value is 248 (97.27% from 255 or 33.29% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8FF is #0D0700. Grayscale: #F6F6F6. Windows color (decimal): -853761 or 16775410. OLE color: 16775410.

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

Color convert

RGB 242 248 255 -
CMYK 0.05 0.03 0 0
HSL 212.31º 1% 0.97% -
HSV(B) 212.31º 0.05% 1% -
XYZ 88.24 93.23 107.95 -
YUV 247 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 242 248 255 0.05 0.03 0 0 212.31 1 0.97
Hex F2 F8 FF 5 3 0 0 D4 64 61
Octal 362 370 377 5 3 0 0 324 144 141
Binary 11110010 11111000 11111111 101 11 0 0 11010100 1100100 1100001

Color Harmonies of #F2F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8FF

Black with #F2F8FF

Text Example


Text Example

White with #F2F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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