#F2B9F3

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

Shades of French Lilac #F2B9F3

Tints of French Lilac #F2B9F3

Color information

#F2B9F3 (or 0xF2B9F3) is unknown color: approx French Lilac. HEX triplet: F2, B9 and F3. RGB value is (242,185,243). Sum of RGB (Red+Green+Blue) = 242+185+243=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2B9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9F3 is #0D460C. Grayscale: #D0D0D0. Windows color (decimal): -869901 or 15972850. OLE color: 15972850.

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

Color convert

RGB242185243-
CMYK0.000.2400.05
HSL298.97º70.73%83.92%-
HSV(B)298.97º23.87%95.29%-
XYZ70.1460.0592.69-
YUV208.66147.38151.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 185 (72.66% from 255) = 27.61%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=36.12%
G=27.61%
B=36.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421852430.000.2400.05298.9770.7383.92
HexF2B9F30180512b4754
Octal36227136303005453107124
Binary111100101011100111110011011000010110010101110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9F3; }

 p { color: rgb(242,185,243); }

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

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

 a { background-color: rgb(242,185,243); }

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

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

 span { border-color: rgb(242,185,243); }

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