Html Css Color HEX #F5FAFE Alice Blue

📋 copy color: '#F5FAFE'

red 245 ◦ green 250 ◦ blue 254

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

Shades of Alice Blue #F5FAFE

Tints of Alice Blue #F5FAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 33.91%

R = 32.71%
G = 33.38%
B = 33.91%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5FAFE (or 0xF5FAFE) is known color: Alice Blue. HEX triplet: F5, FA and FE. RGB value is (245,250,254). Sum of RGB (Red+Green+Blue) = 245+250+254=749 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.71% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAFE is #0A0501. Grayscale: #F8F8F8. Windows color (decimal): -656642 or 16710389. OLE color: 16710389.

HSL color Cylindrical-coordinate representation of color #F5FAFE: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FAFE is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 250 254 -
CMYK 0.04 0.02 0 0.00
HSL 206.67º 0.82% 0.98% -
HSV(B) 206.67º 0.04% 1% -
XYZ 89.73 94.94 107.36 -
YUV 248.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 245 250 254 0.04 0.02 0 0.00 206.67 0.82 0.98
Hex F5 FA FE 4 2 0 0 CF 52 62
Octal 365 372 376 4 2 0 0 317 122 142
Binary 11110101 11111010 11111110 100 10 0 0 11001111 1010010 1100010

Color Harmonies of #F5FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FAFE

Black with #F5FAFE

Text Example


Text Example

White with #F5FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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