Html Css Color HEX #F9FAFC Alice Blue

📋 copy color: '#F9FAFC'

red 249 ◦ green 250 ◦ blue 252

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

Shades of Alice Blue #F9FAFC

Tints of Alice Blue #F9FAFC

RGB

 RED value IS 249 (97.66% from 255) = 33.16%

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

 BLUE value IS 252 (98.83% from 255) = 33.56%

R = 33.16%
G = 33.29%
B = 33.56%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9FAFC (or 0xF9FAFC) is known color: Alice Blue. HEX triplet: F9, FA and FC. RGB value is (249,250,252). Sum of RGB (Red+Green+Blue) = 249+250+252=751 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.16% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9FAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAFC is #060503. Grayscale: #F9F9F9. Windows color (decimal): -394500 or 16579321. OLE color: 16579321.

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

Color convert

RGB 249 250 252 -
CMYK 0.01 0.01 0 0.01
HSL 220º 0.33% 0.98% -
HSV(B) 220º 0.01% 0.99% -
XYZ 90.82 95.54 105.75 -
YUV 249.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 249 250 252 0.01 0.01 0 0.01 220 0.33 0.98
Hex F9 FA FC 1 1 0 1 DC 21 62
Octal 371 372 374 1 1 0 1 334 41 142
Binary 11111001 11111010 11111100 1 1 0 1 11011100 100001 1100010

Color Harmonies of #F9FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FAFC

Black with #F9FAFC

Text Example


Text Example

White with #F9FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FAFC; }

 p { color: rgb(249,250,252); }

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

background-color css

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

 a { background-color: rgb(249,250,252); }

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

border-color css

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

 span { border-color: rgb(249,250,252); }

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