#F1B3EA

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

Shades of French Lilac #F1B3EA

Tints of French Lilac #F1B3EA

Color information

#F1B3EA (or 0xF1B3EA) is unknown color: approx French Lilac. HEX triplet: F1, B3 and EA. RGB value is (241,179,234). Sum of RGB (Red+Green+Blue) = 241+179+234=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B3EA is #0E4C15. Grayscale: #CBCBCB. Windows color (decimal): -936982 or 15381489. OLE color: 15381489.

HSL color Cylindrical-coordinate representation of color #F1B3EA: hue angle of 306.77º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B3EA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241179234-
CMYK00.260.030.05
HSL306.77º68.89%82.35%-
HSV(B)306.77º25.73%94.51%-
XYZ67.2556.8885.28-
YUV203.81145.04154.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=36.85%
G=27.37%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117923400.260.030.05306.7768.8982.35
HexF1B3EA01A351334552
Octal36126335203235463105122
Binary1111000110110011111010100110101110110011001110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B3EA; }

 p { color: rgb(241,179,234); }

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

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

 a { background-color: rgb(241,179,234); }

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

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

 span { border-color: rgb(241,179,234); }

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