Html Css Color HEX #F8FAFD Alice Blue

📋 copy color: '#F8FAFD'

red 248 ◦ green 250 ◦ blue 253

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

Shades of Alice Blue #F8FAFD

Tints of Alice Blue #F8FAFD

RGB

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

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

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

R = 33.02%
G = 33.29%
B = 33.69%

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

#F8FAFD (or 0xF8FAFD) is known color: Alice Blue. HEX triplet: F8, FA and FD. RGB value is (248,250,253). Sum of RGB (Red+Green+Blue) = 248+250+253=751 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.02% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FAFD is #070502. Grayscale: #F9F9F9. Windows color (decimal): -460035 or 16644856. OLE color: 16644856.

HSL color Cylindrical-coordinate representation of color #F8FAFD: hue angle of 216º degrees, saturation: 0.56, 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 #F8FAFD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 250 253 -
CMYK 0.02 0.01 0 0.01
HSL 216º 0.56% 0.98% -
HSV(B) 216º 0.02% 0.99% -
XYZ 90.63 95.42 106.57 -
YUV 249.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 248 250 253 0.02 0.01 0 0.01 216 0.56 0.98
Hex F8 FA FD 2 1 0 1 D8 38 62
Octal 370 372 375 2 1 0 1 330 70 142
Binary 11111000 11111010 11111101 10 1 0 1 11011000 111000 1100010

Color Harmonies of #F8FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAFD

Black with #F8FAFD

Text Example


Text Example

White with #F8FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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