#F3BDEC

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

Shades of French Lilac #F3BDEC

Tints of French Lilac #F3BDEC

Color information

#F3BDEC (or 0xF3BDEC) is unknown color: approx French Lilac. HEX triplet: F3, BD and EC. RGB value is (243,189,236). Sum of RGB (Red+Green+Blue) = 243+189+236=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDEC is #0C4213. Grayscale: #D2D2D2. Windows color (decimal): -803348 or 15515123. OLE color: 15515123.

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

Color convert

RGB243189236-
CMYK00.220.030.05
HSL307.78º69.23%84.71%-
HSV(B)307.78º22.22%95.29%-
XYZ70.361.5187.52-
YUV210.5142.39151.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 189 (74.22% from 255) = 28.29%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=36.38%
G=28.29%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318923600.220.030.05307.7869.2384.71
HexF3BDEC016351344555
Octal36327535402635464105125
Binary1111001110111101111011000101101110110011010010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDEC; }

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

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

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

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

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

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

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

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