Html Css Color HEX #F2FAFD Alice Blue

📋 copy color: '#F2FAFD'

red 242 ◦ green 250 ◦ blue 253

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

Shades of Alice Blue #F2FAFD

Tints of Alice Blue #F2FAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.96%

R = 32.48%
G = 33.56%
B = 33.96%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2FAFD (or 0xF2FAFD) is known color: Alice Blue. HEX triplet: F2, FA and FD. RGB value is (242,250,253). Sum of RGB (Red+Green+Blue) = 242+250+253=745 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.48% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFD is #0D0502. Grayscale: #F7F7F7. Windows color (decimal): -853251 or 16644850. OLE color: 16644850.

HSL color Cylindrical-coordinate representation of color #F2FAFD: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FAFD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 250 253 -
CMYK 0.04 0.01 0 0.01
HSL 196.36º 0.73% 0.97% -
HSV(B) 196.36º 0.04% 0.99% -
XYZ 88.53 94.34 106.47 -
YUV 247.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 242 250 253 0.04 0.01 0 0.01 196.36 0.73 0.97
Hex F2 FA FD 4 1 0 1 C4 49 61
Octal 362 372 375 4 1 0 1 304 111 141
Binary 11110010 11111010 11111101 100 1 0 1 11000100 1001001 1100001

Color Harmonies of #F2FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAFD

Black with #F2FAFD

Text Example


Text Example

White with #F2FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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