Html Css Color HEX #F1F6FF Alice Blue

📋 copy color: '#F1F6FF'

red 241 ◦ green 246 ◦ blue 255

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

Shades of Alice Blue #F1F6FF

Tints of Alice Blue #F1F6FF

RGB

 RED value IS 241 (94.53% from 255) = 32.48%

 GREEN value IS 246 (96.48% from 255) = 33.15%

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

R = 32.48%
G = 33.15%
B = 34.37%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1F6FF (or 0xF1F6FF) is known color: Alice Blue. HEX triplet: F1, F6 and FF. RGB value is (241,246,255). Sum of RGB (Red+Green+Blue) = 241+246+255=742 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.48% from 742); Green value is 246 (96.48% from 255 or 33.15% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1F6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F6FF is #0E0900. Grayscale: #F5F5F5. Windows color (decimal): -919809 or 16774897. OLE color: 16774897.

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

Color convert

RGB 241 246 255 -
CMYK 0.05 0.04 0 0
HSL 218.57º 1% 0.97% -
HSV(B) 218.57º 0.05% 1% -
XYZ 87.28 91.83 107.73 -
YUV 245.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 241 246 255 0.05 0.04 0 0 218.57 1 0.97
Hex F1 F6 FF 5 4 0 0 DB 64 61
Octal 361 366 377 5 4 0 0 333 144 141
Binary 11110001 11110110 11111111 101 100 0 0 11011011 1100100 1100001

Color Harmonies of #F1F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F6FF

Black with #F1F6FF

Text Example


Text Example

White with #F1F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F6FF; }

 p { color: rgb(241,246,255); }

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

background-color css

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

 a { background-color: rgb(241,246,255); }

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

border-color css

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

 span { border-color: rgb(241,246,255); }

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