#F5BEEE

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

Shades of French Lilac #F5BEEE

Tints of French Lilac #F5BEEE

Color information

#F5BEEE (or 0xF5BEEE) is unknown color: approx French Lilac. HEX triplet: F5, BE and EE. RGB value is (245,190,238). Sum of RGB (Red+Green+Blue) = 245+190+238=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEEE is #0A4111. Grayscale: #D3D3D3. Windows color (decimal): -672018 or 15646453. OLE color: 15646453.

HSL color Cylindrical-coordinate representation of color #F5BEEE: hue angle of 307.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEEE is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245190238-
CMYK00.220.030.04
HSL307.64º73.33%85.29%-
HSV(B)307.64º22.45%96.08%-
XYZ71.562.4189.17-
YUV211.92142.72151.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 190 (74.61% from 255) = 28.23%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=36.40%
G=28.23%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519023800.220.030.04307.6473.3385.29
HexF5BEEE016341344955
Octal36527635602634464111125
Binary1111010110111110111011100101101110010011010010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEEE; }

 p { color: rgb(245,190,238); }

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

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

 a { background-color: rgb(245,190,238); }

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

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

 span { border-color: rgb(245,190,238); }

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