#F2B4F3

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

Shades of French Lilac #F2B4F3

Tints of French Lilac #F2B4F3

Color information

#F2B4F3 (or 0xF2B4F3) is unknown color: approx French Lilac. HEX triplet: F2, B4 and F3. RGB value is (242,180,243). Sum of RGB (Red+Green+Blue) = 242+180+243=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2B4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4F3 is #0D4B0C. Grayscale: #CDCDCD. Windows color (decimal): -871181 or 15971570. OLE color: 15971570.

HSL color Cylindrical-coordinate representation of color #F2B4F3: hue angle of 299.05º degrees, saturation: 0.72, 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 #F2B4F3 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242180243-
CMYK0.000.2600.05
HSL299.05º72.41%82.94%-
HSV(B)299.05º25.93%95.29%-
XYZ69.1257.9992.34-
YUV205.72149.04153.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 180 (70.70% from 255) = 27.07%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=36.39%
G=27.07%
B=36.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421802430.000.2600.05299.0572.4182.94
HexF2B4F301A0512b4853
Octal36226436303205453110123
Binary111100101011010011110011011010010110010101110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4F3; }

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

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

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

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

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

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

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

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