#F2BAE3

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

Shades of French Lilac #F2BAE3

Tints of French Lilac #F2BAE3

Color information

#F2BAE3 (or 0xF2BAE3) is unknown color: approx French Lilac. HEX triplet: F2, BA and E3. RGB value is (242,186,227). Sum of RGB (Red+Green+Blue) = 242+186+227=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE3 is #0D451C. Grayscale: #CFCFCF. Windows color (decimal): -869661 or 14924530. OLE color: 14924530.

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

Color convert

RGB242186227-
CMYK00.230.060.05
HSL316.07º68.29%83.92%-
HSV(B)316.07º23.14%94.9%-
XYZ68.0459.5480.58-
YUV207.42139.05152.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 227 (89.06% from 255) = 34.66%
R=36.95%
G=28.40%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218622700.230.060.05316.0768.2983.92
HexF2BAE30176513c4454
Octal36227234302765474104124
Binary11110010101110101110001101011111010110011110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAE3; }

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

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

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

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

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

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

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

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