#F1B4EA

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

Shades of French Lilac #F1B4EA

Tints of French Lilac #F1B4EA

Color information

#F1B4EA (or 0xF1B4EA) is unknown color: approx French Lilac. HEX triplet: F1, B4 and EA. RGB value is (241,180,234). Sum of RGB (Red+Green+Blue) = 241+180+234=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4EA is #0E4B15. Grayscale: #CCCCCC. Windows color (decimal): -936726 or 15381745. OLE color: 15381745.

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

Color convert

RGB241180234-
CMYK00.250.030.05
HSL306.89º68.54%82.55%-
HSV(B)306.89º25.31%94.51%-
XYZ67.4557.2885.34-
YUV204.4144.71154.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 180 (70.70% from 255) = 27.48%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=36.79%
G=27.48%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118023400.250.030.05306.8968.5482.55
HexF1B4EA019351334553
Octal36126435203135463105123
Binary1111000110110100111010100110011110110011001110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4EA; }

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

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

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

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

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

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

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

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