Html Css Color HEX #F5FAFD Alice Blue

📋 copy color: '#F5FAFD'

red 245 ◦ green 250 ◦ blue 253

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

Shades of Alice Blue #F5FAFD

Tints of Alice Blue #F5FAFD

RGB

 RED value IS 245 (96.09% from 255) = 32.75%

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

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

R = 32.75%
G = 33.42%
B = 33.82%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5FAFD (or 0xF5FAFD) is known color: Alice Blue. HEX triplet: F5, FA and FD. RGB value is (245,250,253). Sum of RGB (Red+Green+Blue) = 245+250+253=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAFD is #0A0502. Grayscale: #F8F8F8. Windows color (decimal): -656643 or 16644853. OLE color: 16644853.

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

Color convert

RGB 245 250 253 -
CMYK 0.03 0.01 0 0.01
HSL 202.5º 0.67% 0.98% -
HSV(B) 202.5º 0.03% 0.99% -
XYZ 89.57 94.88 106.52 -
YUV 248.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 245 250 253 0.03 0.01 0 0.01 202.5 0.67 0.98
Hex F5 FA FD 3 1 0 1 CA 43 62
Octal 365 372 375 3 1 0 1 312 103 142
Binary 11110101 11111010 11111101 11 1 0 1 11001010 1000011 1100010

Color Harmonies of #F5FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FAFD

Black with #F5FAFD

Text Example


Text Example

White with #F5FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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