#F1B9EE

Color #F1B9EE French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F1B9EE

Tints of French Lilac #F1B9EE

Color information

#F1B9EE (or 0xF1B9EE) is unknown color: approx French Lilac. HEX triplet: F1, B9 and EE. RGB value is (241,185,238). Sum of RGB (Red+Green+Blue) = 241+185+238=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9EE is #0E4611. Grayscale: #CFCFCF. Windows color (decimal): -935442 or 15645169. OLE color: 15645169.

HSL color Cylindrical-coordinate representation of color #F1B9EE: hue angle of 303.21º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9EE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241185238-
CMYK00.230.010.05
HSL303.21º66.67%83.53%-
HSV(B)303.21º23.24%94.51%-
XYZ69.0659.5788.75-
YUV207.79145.05151.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 185 (72.66% from 255) = 27.86%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=36.30%
G=27.86%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118523800.230.010.05303.2166.6783.53
HexF1B9EE0171512f4354
Octal36127135602715457103124
Binary111100011011100111101110010111110110010111110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9EE; }

 p { color: rgb(241,185,238); }

 H1.HeaderClassName
 {
   color: #F1B9EE;
 }
 .AnyTagClassName
 {
   color: #F1B9EE;
 }
</style>
background-color css

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

 a { background-color: rgb(241,185,238); }

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

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

 span { border-color: rgb(241,185,238); }

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