#F3B6F5

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

Shades of French Lilac #F3B6F5

Tints of French Lilac #F3B6F5

Color information

#F3B6F5 (or 0xF3B6F5) is unknown color: approx French Lilac. HEX triplet: F3, B6 and F5. RGB value is (243,182,245). Sum of RGB (Red+Green+Blue) = 243+182+245=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #F3B6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B6F5 is #0C490A. Grayscale: #CFCFCF. Windows color (decimal): -805131 or 16103155. OLE color: 16103155.

HSL color Cylindrical-coordinate representation of color #F3B6F5: hue angle of 298.1º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B6F5 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB243182245-
CMYK0.010.2600.04
HSL298.1º75.9%83.73%-
HSV(B)298.1º25.71%96.08%-
XYZ70.1759.194.1-
YUV207.42149.21153.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 182 (71.48% from 255) = 27.16%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=36.27%
G=27.16%
B=36.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2431822450.010.2600.04298.175.983.73
HexF3B6F511A0412a4c54
Octal36326636513204452114124
Binary111100111011011011110101111010010010010101010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B6F5; }

 p { color: rgb(243,182,245); }

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

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

 a { background-color: rgb(243,182,245); }

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

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

 span { border-color: rgb(243,182,245); }

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