#F3BFE7

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

Shades of French Lilac #F3BFE7

Tints of French Lilac #F3BFE7

Color information

#F3BFE7 (or 0xF3BFE7) is unknown color: approx French Lilac. HEX triplet: F3, BF and E7. RGB value is (243,191,231). Sum of RGB (Red+Green+Blue) = 243+191+231=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFE7 is #0C4018. Grayscale: #D2D2D2. Windows color (decimal): -802841 or 15187955. OLE color: 15187955.

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

Color convert

RGB243191231-
CMYK00.210.050.05
HSL313.85º68.42%85.1%-
HSV(B)313.85º21.4%95.29%-
XYZ70.0262.0983.89-
YUV211.11139.23150.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 191 (75% from 255) = 28.72%
BLUE value IS 231 (90.62% from 255) = 34.74%
R=36.54%
G=28.72%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319123100.210.050.05313.8568.4285.1
HexF3BFE70155513a4455
Octal36327734702555472104125
Binary11110011101111111110011101010110110110011101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BFE7; }

 p { color: rgb(243,191,231); }

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

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

 a { background-color: rgb(243,191,231); }

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

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

 span { border-color: rgb(243,191,231); }

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