#F2BCE3

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

Shades of French Lilac #F2BCE3

Tints of French Lilac #F2BCE3

Color information

#F2BCE3 (or 0xF2BCE3) is unknown color: approx French Lilac. HEX triplet: F2, BC and E3. RGB value is (242,188,227). Sum of RGB (Red+Green+Blue) = 242+188+227=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCE3 is #0D431C. Grayscale: #D0D0D0. Windows color (decimal): -869149 or 14925042. OLE color: 14925042.

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

Color convert

RGB242188227-
CMYK00.220.060.05
HSL316.67º67.5%84.31%-
HSV(B)316.67º22.31%94.9%-
XYZ68.4760.3980.72-
YUV208.59138.39151.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 188 (73.83% from 255) = 28.61%
BLUE value IS 227 (89.06% from 255) = 34.55%
R=36.83%
G=28.61%
B=34.55%

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
Decimal24218822700.220.060.05316.6767.584.31
HexF2BCE30166513d4454
Octal36227434302665475104124
Binary11110010101111001110001101011011010110011110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCE3; }

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

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

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

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

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

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

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

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