#F3BDEF

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

Shades of French Lilac #F3BDEF

Tints of French Lilac #F3BDEF

Color information

#F3BDEF (or 0xF3BDEF) is unknown color: approx French Lilac. HEX triplet: F3, BD and EF. RGB value is (243,189,239). Sum of RGB (Red+Green+Blue) = 243+189+239=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDEF is #0C4210. Grayscale: #D2D2D2. Windows color (decimal): -803345 or 15711731. OLE color: 15711731.

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

Color convert

RGB243189239-
CMYK00.220.020.05
HSL304.44º69.23%84.71%-
HSV(B)304.44º22.22%95.29%-
XYZ70.7461.6889.84-
YUV210.85143.89150.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=36.21%
G=28.17%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318923900.220.020.05304.4469.2384.71
HexF3BDEF016251304555
Octal36327535702625460105125
Binary1111001110111101111011110101101010110011000010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDEF; }

 p { color: rgb(243,189,239); }

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

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

 a { background-color: rgb(243,189,239); }

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

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

 span { border-color: rgb(243,189,239); }

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