#F2BDE5

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

Shades of French Lilac #F2BDE5

Tints of French Lilac #F2BDE5

Color information

#F2BDE5 (or 0xF2BDE5) is unknown color: approx French Lilac. HEX triplet: F2, BD and E5. RGB value is (242,189,229). Sum of RGB (Red+Green+Blue) = 242+189+229=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDE5 is #0D421A. Grayscale: #D1D1D1. Windows color (decimal): -868891 or 15056370. OLE color: 15056370.

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

Color convert

RGB242189229-
CMYK00.220.050.05
HSL314.72º67.09%84.51%-
HSV(B)314.72º21.9%94.9%-
XYZ68.9660.9382.25-
YUV209.41139.06151.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=36.67%
G=28.64%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218922900.220.050.05314.7267.0984.51
HexF2BDE50165513b4355
Octal36227534502655473103125
Binary11110010101111011110010101011010110110011101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDE5; }

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

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

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

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

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

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

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

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