#F5BEEB

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

Shades of French Lilac #F5BEEB

Tints of French Lilac #F5BEEB

Color information

#F5BEEB (or 0xF5BEEB) is unknown color: approx French Lilac. HEX triplet: F5, BE and EB. RGB value is (245,190,235). Sum of RGB (Red+Green+Blue) = 245+190+235=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEEB is #0A4114. Grayscale: #D3D3D3. Windows color (decimal): -672021 or 15449845. OLE color: 15449845.

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

Color convert

RGB245190235-
CMYK00.220.040.04
HSL310.91º73.33%85.29%-
HSV(B)310.91º22.45%96.08%-
XYZ71.0762.2486.86-
YUV211.57141.22151.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 190 (74.61% from 255) = 28.36%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=36.57%
G=28.36%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519023500.220.040.04310.9173.3385.29
HexF5BEEB016441374955
Octal36527635302644467111125
Binary11110101101111101110101101011010010010011011110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEEB; }

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

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

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

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

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

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

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

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