Html Css Color HEX #F8FAFC Alice Blue

📋 copy color: '#F8FAFC'

red 248 ◦ green 250 ◦ blue 252

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

Shades of Alice Blue #F8FAFC

Tints of Alice Blue #F8FAFC

RGB

 RED value IS 248 (97.27% from 255) = 33.07%

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

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

R = 33.07%
G = 33.33%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8FAFC (or 0xF8FAFC) is known color: Alice Blue. HEX triplet: F8, FA and FC. RGB value is (248,250,252). Sum of RGB (Red+Green+Blue) = 248+250+252=750 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.07% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8FAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FAFC is #070503. Grayscale: #F9F9F9. Windows color (decimal): -460036 or 16579320. OLE color: 16579320.

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

Color convert

RGB 248 250 252 -
CMYK 0.02 0.01 0 0.01
HSL 210º 0.4% 0.98% -
HSV(B) 210º 0.02% 0.99% -
XYZ 90.47 95.36 105.73 -
YUV 249.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 248 250 252 0.02 0.01 0 0.01 210 0.4 0.98
Hex F8 FA FC 2 1 0 1 D2 28 62
Octal 370 372 374 2 1 0 1 322 50 142
Binary 11111000 11111010 11111100 10 1 0 1 11010010 101000 1100010

Color Harmonies of #F8FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAFC

Black with #F8FAFC

Text Example


Text Example

White with #F8FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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