#F5BFEE

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

Shades of French Lilac #F5BFEE

Tints of French Lilac #F5BFEE

Color information

#F5BFEE (or 0xF5BFEE) is unknown color: approx French Lilac. HEX triplet: F5, BF and EE. RGB value is (245,191,238). Sum of RGB (Red+Green+Blue) = 245+191+238=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFEE is #0A4011. Grayscale: #D4D4D4. Windows color (decimal): -671762 or 15646709. OLE color: 15646709.

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

Color convert

RGB245191238-
CMYK00.220.030.04
HSL307.78º72.97%85.49%-
HSV(B)307.78º22.04%96.08%-
XYZ71.7262.8589.24-
YUV212.5142.39151.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=36.35%
G=28.34%
B=35.31%

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
Decimal24519123800.220.030.04307.7872.9785.49
HexF5BFEE016341344955
Octal36527735602634464111125
Binary1111010110111111111011100101101110010011010010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFEE; }

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

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

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

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

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

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

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

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