#F0BCED

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

Shades of French Lilac #F0BCED

Tints of French Lilac #F0BCED

Color information

#F0BCED (or 0xF0BCED) is unknown color: approx French Lilac. HEX triplet: F0, BC and ED. RGB value is (240,188,237). Sum of RGB (Red+Green+Blue) = 240+188+237=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCED is #0F4312. Grayscale: #D0D0D0. Windows color (decimal): -1000211 or 15580400. OLE color: 15580400.

HSL color Cylindrical-coordinate representation of color #F0BCED: hue angle of 303.46º degrees, saturation: 0.63, 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 #F0BCED is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240188237-
CMYK00.220.010.06
HSL303.46º63.41%83.92%-
HSV(B)303.46º21.67%94.12%-
XYZ69.260.6188.17-
YUV209.13143.73150.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=36.09%
G=28.27%
B=35.64%

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
Decimal24018823700.220.010.06303.4663.4183.92
HexF0BCED0161612f3f54
Octal3602743550261645777124
Binary11110000101111001110110101011011101001011111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCED; }

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

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

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

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

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

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

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

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