#F2B4F1

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

Shades of French Lilac #F2B4F1

Tints of French Lilac #F2B4F1

Color information

#F2B4F1 (or 0xF2B4F1) is unknown color: approx French Lilac. HEX triplet: F2, B4 and F1. RGB value is (242,180,241). Sum of RGB (Red+Green+Blue) = 242+180+241=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4F1 is #0D4B0E. Grayscale: #CDCDCD. Windows color (decimal): -871183 or 15840498. OLE color: 15840498.

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

Color convert

RGB242180241-
CMYK00.260.000.05
HSL300.97º70.45%82.75%-
HSV(B)300.97º25.62%94.9%-
XYZ68.8257.8790.76-
YUV205.49148.04154.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 180 (70.70% from 255) = 27.15%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=36.50%
G=27.15%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218024100.260.000.05300.9770.4582.75
HexF2B4F101A0512d4653
Octal36226436103205455106123
Binary111100101011010011110001011010010110010110110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4F1; }

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

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

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

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

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

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

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

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