#F2BDE3

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

Shades of French Lilac #F2BDE3

Tints of French Lilac #F2BDE3

Color information

#F2BDE3 (or 0xF2BDE3) is unknown color: approx French Lilac. HEX triplet: F2, BD and E3. RGB value is (242,189,227). Sum of RGB (Red+Green+Blue) = 242+189+227=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDE3 is #0D421C. Grayscale: #D1D1D1. Windows color (decimal): -868893 or 14925298. OLE color: 14925298.

HSL color Cylindrical-coordinate representation of color #F2BDE3: hue angle of 316.98º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDE3 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242189227-
CMYK00.220.060.05
HSL316.98º67.09%84.51%-
HSV(B)316.98º21.9%94.9%-
XYZ68.6860.8280.79-
YUV209.18138.06151.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 227 (89.06% from 255) = 34.50%
R=36.78%
G=28.72%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218922700.220.060.05316.9867.0984.51
HexF2BDE30166513d4355
Octal36227534302665475103125
Binary11110010101111011110001101011011010110011110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDE3; }

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

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

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

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

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

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

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

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