#F4BCED

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

Shades of French Lilac #F4BCED

Tints of French Lilac #F4BCED

Color information

#F4BCED (or 0xF4BCED) is unknown color: approx French Lilac. HEX triplet: F4, BC and ED. RGB value is (244,188,237). Sum of RGB (Red+Green+Blue) = 244+188+237=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCED is #0B4312. Grayscale: #D2D2D2. Windows color (decimal): -738067 or 15580404. OLE color: 15580404.

HSL color Cylindrical-coordinate representation of color #F4BCED: hue angle of 307.5º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCED is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244188237-
CMYK00.230.030.04
HSL307.5º71.79%84.71%-
HSV(B)307.5º22.95%95.69%-
XYZ70.5861.3188.24-
YUV210.33143.05152.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=36.47%
G=28.10%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418823700.230.030.04307.571.7984.71
HexF4BCED017341344855
Octal36427435502734464110125
Binary1111010010111100111011010101111110010011010010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCED; }

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

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

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

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

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

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

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

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