#F0BCE0

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

Shades of French Lilac #F0BCE0

Tints of French Lilac #F0BCE0

Color information

#F0BCE0 (or 0xF0BCE0) is unknown color: approx French Lilac. HEX triplet: F0, BC and E0. RGB value is (240,188,224). Sum of RGB (Red+Green+Blue) = 240+188+224=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCE0 is #0F431F. Grayscale: #CFCFCF. Windows color (decimal): -1000224 or 14728432. OLE color: 14728432.

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

Color convert

RGB240188224-
CMYK00.220.070.06
HSL318.46º63.41%83.92%-
HSV(B)318.46º21.67%94.12%-
XYZ67.3759.8778.53-
YUV207.65137.23151.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=36.81%
G=28.83%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018822400.220.070.06318.4663.4183.92
HexF0BCE00167613e3f54
Octal3602743400267647677124
Binary1111000010111100111000000101101111101001111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCE0; }

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

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

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

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

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

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

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

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