#F1B4EB

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

Shades of French Lilac #F1B4EB

Tints of French Lilac #F1B4EB

Color information

#F1B4EB (or 0xF1B4EB) is unknown color: approx French Lilac. HEX triplet: F1, B4 and EB. RGB value is (241,180,235). Sum of RGB (Red+Green+Blue) = 241+180+235=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4EB is #0E4B14. Grayscale: #CCCCCC. Windows color (decimal): -936725 or 15447281. OLE color: 15447281.

HSL color Cylindrical-coordinate representation of color #F1B4EB: hue angle of 305.9º 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 #F1B4EB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241180235-
CMYK00.250.020.05
HSL305.9º68.54%82.55%-
HSV(B)305.9º25.31%94.51%-
XYZ67.5957.3486.1-
YUV204.51145.21154.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 180 (70.70% from 255) = 27.44%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=36.74%
G=27.44%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118023500.250.020.05305.968.5482.55
HexF1B4EB019251324553
Octal36126435303125462105123
Binary1111000110110100111010110110011010110011001010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4EB; }

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

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

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

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

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

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

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

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