#F3BFEE

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

Shades of French Lilac #F3BFEE

Tints of French Lilac #F3BFEE

Color information

#F3BFEE (or 0xF3BFEE) is unknown color: approx French Lilac. HEX triplet: F3, BF and EE. RGB value is (243,191,238). Sum of RGB (Red+Green+Blue) = 243+191+238=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFEE is #0C4011. Grayscale: #D3D3D3. Windows color (decimal): -802834 or 15646707. OLE color: 15646707.

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

Color convert

RGB243191238-
CMYK00.210.020.05
HSL305.77º68.42%85.1%-
HSV(B)305.77º21.4%95.29%-
XYZ71.0362.4989.21-
YUV211.91142.73150.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.16%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=36.16%
G=28.42%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319123800.210.020.05305.7768.4285.1
HexF3BFEE015251324455
Octal36327735602525462104125
Binary1111001110111111111011100101011010110011001010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BFEE; }

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

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

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

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

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

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

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

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