Html Css Color HEX #F5FAFF Alice Blue

📋 copy color: '#F5FAFF'

red 245 ◦ green 250 ◦ blue 255

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

Shades of Alice Blue #F5FAFF

Tints of Alice Blue #F5FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34%

R = 32.67%
G = 33.33%
B = 34%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5FAFF (or 0xF5FAFF) is known color: Alice Blue. HEX triplet: F5, FA and FF. RGB value is (245,250,255). Sum of RGB (Red+Green+Blue) = 245+250+255=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAFF is #0A0500. Grayscale: #F9F9F9. Windows color (decimal): -656641 or 16775925. OLE color: 16775925.

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

Color convert

RGB 245 250 255 -
CMYK 0.04 0.02 0 0
HSL 210º 1% 0.98% -
HSV(B) 210º 0.04% 1% -
XYZ 89.89 95 108.21 -
YUV 249.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 245 250 255 0.04 0.02 0 0 210 1 0.98
Hex F5 FA FF 4 2 0 0 D2 64 62
Octal 365 372 377 4 2 0 0 322 144 142
Binary 11110101 11111010 11111111 100 10 0 0 11010010 1100100 1100010

Color Harmonies of #F5FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FAFF

Black with #F5FAFF

Text Example


Text Example

White with #F5FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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