#F0BCE2

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

Shades of French Lilac #F0BCE2

Tints of French Lilac #F0BCE2

Color information

#F0BCE2 (or 0xF0BCE2) is unknown color: approx French Lilac. HEX triplet: F0, BC and E2. RGB value is (240,188,226). Sum of RGB (Red+Green+Blue) = 240+188+226=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCE2 is #0F431D. Grayscale: #CFCFCF. Windows color (decimal): -1000222 or 14859504. OLE color: 14859504.

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

Color convert

RGB240188226-
CMYK00.220.060.06
HSL316.15º63.41%83.92%-
HSV(B)316.15º21.67%94.12%-
XYZ67.6559.9879.96-
YUV207.88138.23150.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=36.70%
G=28.75%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018822600.220.060.06316.1563.4183.92
HexF0BCE20166613c3f54
Octal3602743420266647477124
Binary1111000010111100111000100101101101101001111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCE2; }

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

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

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

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

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

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

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

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