#F2B7EE

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

Shades of French Lilac #F2B7EE

Tints of French Lilac #F2B7EE

Color information

#F2B7EE (or 0xF2B7EE) is unknown color: approx French Lilac. HEX triplet: F2, B7 and EE. RGB value is (242,183,238). Sum of RGB (Red+Green+Blue) = 242+183+238=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7EE is #0D4811. Grayscale: #CECECE. Windows color (decimal): -870418 or 15644658. OLE color: 15644658.

HSL color Cylindrical-coordinate representation of color #F2B7EE: hue angle of 304.07º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7EE is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242183238-
CMYK00.240.020.05
HSL304.07º69.41%83.33%-
HSV(B)304.07º24.38%94.9%-
XYZ68.9858.9288.63-
YUV206.91145.55153.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 183 (71.88% from 255) = 27.60%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=36.50%
G=27.60%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218323800.240.020.05304.0769.4183.33
HexF2B7EE018251304553
Octal36226735603025460105123
Binary1111001010110111111011100110001010110011000010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7EE; }

 p { color: rgb(242,183,238); }

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

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

 a { background-color: rgb(242,183,238); }

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

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

 span { border-color: rgb(242,183,238); }

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