#F2BAEB

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

Shades of French Lilac #F2BAEB

Tints of French Lilac #F2BAEB

Color information

#F2BAEB (or 0xF2BAEB) is unknown color: approx French Lilac. HEX triplet: F2, BA and EB. RGB value is (242,186,235). Sum of RGB (Red+Green+Blue) = 242+186+235=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAEB is #0D4514. Grayscale: #D0D0D0. Windows color (decimal): -869653 or 15448818. OLE color: 15448818.

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

Color convert

RGB242186235-
CMYK00.230.030.05
HSL307.5º68.29%83.92%-
HSV(B)307.5º23.14%94.9%-
XYZ69.1759.9986.53-
YUV208.33143.05152.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=36.50%
G=28.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218623500.230.030.05307.568.2983.92
HexF2BAEB017351344454
Octal36227235302735464104124
Binary1111001010111010111010110101111110110011010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAEB; }

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

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

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

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

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

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

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

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