#F0B6F3

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

Shades of French Lilac #F0B6F3

Tints of French Lilac #F0B6F3

Color information

#F0B6F3 (or 0xF0B6F3) is unknown color: approx French Lilac. HEX triplet: F0, B6 and F3. RGB value is (240,182,243). Sum of RGB (Red+Green+Blue) = 240+182+243=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0B6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6F3 is #0F490C. Grayscale: #CECECE. Windows color (decimal): -1001741 or 15972080. OLE color: 15972080.

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

Color convert

RGB240182243-
CMYK0.010.2500.05
HSL297.05º71.76%83.33%-
HSV(B)297.05º25.1%95.29%-
XYZ68.8458.4592.45-
YUV206.3148.72152.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 182 (71.48% from 255) = 27.37%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=36.09%
G=27.37%
B=36.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401822430.010.2500.05297.0571.7683.33
HexF0B6F3119051294853
Octal36026636313105451110123
Binary111100001011011011110011111001010110010100110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6F3; }

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

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

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

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

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

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

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

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