#F0BBED

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

Shades of French Lilac #F0BBED

Tints of French Lilac #F0BBED

Color information

#F0BBED (or 0xF0BBED) is unknown color: approx French Lilac. HEX triplet: F0, BB and ED. RGB value is (240,187,237). Sum of RGB (Red+Green+Blue) = 240+187+237=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBED is #0F4412. Grayscale: #D0D0D0. Windows color (decimal): -1000467 or 15580144. OLE color: 15580144.

HSL color Cylindrical-coordinate representation of color #F0BBED: hue angle of 303.4º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBED is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240187237-
CMYK00.220.010.06
HSL303.4º63.86%83.73%-
HSV(B)303.4º22.08%94.12%-
XYZ68.9960.1888.1-
YUV208.55144.06150.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=36.14%
G=28.16%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018723700.220.010.06303.463.8683.73
HexF0BBED0161612f4054
Octal36027335502616457100124
Binary111100001011101111101101010110111010010111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBED; }

 p { color: rgb(240,187,237); }

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

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

 a { background-color: rgb(240,187,237); }

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

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

 span { border-color: rgb(240,187,237); }

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