#f2baee

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

Shades of French Lilac #F2BAEE

Tints of French Lilac #F2BAEE

Color information

#F2BAEE (or 0xF2BAEE) is unknown color: approx French Lilac. HEX triplet: F2, BA and EE. RGB value is (242,186,238). Sum of RGB (Red+Green+Blue) = 242+186+238=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAEE is #0D4511. Grayscale: #D0D0D0. Windows color (decimal): -869650 or 15645426. OLE color: 15645426.

HSL color Cylindrical-coordinate representation of color #F2BAEE: hue angle of 304.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BAEE is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242186238-
CMYK00.230.020.05
HSL304.29º68.29%83.92%-
HSV(B)304.29º23.14%94.9%-
XYZ69.6160.1788.83-
YUV208.67144.55151.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=36.34%
G=27.93%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218623800.230.020.05304.2968.2983.92
HexF2BAEE017251304454
Octal36227235602725460104124
Binary1111001010111010111011100101111010110011000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2baee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2baee; }

 p { color: rgb(242,186,238); }

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

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

 a { background-color: rgb(242,186,238); }

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

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

 span { border-color: rgb(242,186,238); }

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