#F3BAF1

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

Shades of French Lilac #F3BAF1

Tints of French Lilac #F3BAF1

Color information

#F3BAF1 (or 0xF3BAF1) is unknown color: approx French Lilac. HEX triplet: F3, BA and F1. RGB value is (243,186,241). Sum of RGB (Red+Green+Blue) = 243+186+241=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAF1 is #0C450E. Grayscale: #D1D1D1. Windows color (decimal): -804111 or 15842035. OLE color: 15842035.

HSL color Cylindrical-coordinate representation of color #F3BAF1: hue angle of 302.11º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAF1 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243186241-
CMYK00.230.010.05
HSL302.11º70.37%84.12%-
HSV(B)302.11º23.46%95.29%-
XYZ70.460.5291.19-
YUV209.31145.88152.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=36.27%
G=27.76%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318624100.230.010.05302.1170.3784.12
HexF3BAF10171512e4654
Octal36327236102715456106124
Binary111100111011101011110001010111110110010111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAF1; }

 p { color: rgb(243,186,241); }

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

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

 a { background-color: rgb(243,186,241); }

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

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

 span { border-color: rgb(243,186,241); }

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