#F4BAEC

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

Shades of French Lilac #F4BAEC

Tints of French Lilac #F4BAEC

Color information

#F4BAEC (or 0xF4BAEC) is unknown color: approx French Lilac. HEX triplet: F4, BA and EC. RGB value is (244,186,236). Sum of RGB (Red+Green+Blue) = 244+186+236=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAEC is #0B4513. Grayscale: #D0D0D0. Windows color (decimal): -738580 or 15514356. OLE color: 15514356.

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

Color convert

RGB244186236-
CMYK00.240.030.04
HSL308.28º72.5%84.31%-
HSV(B)308.28º23.77%95.69%-
XYZ70.0160.4187.33-
YUV209.04143.22152.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=36.64%
G=27.93%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418623600.240.030.04308.2872.584.31
HexF4BAEC018341344854
Octal36427235403034464110124
Binary1111010010111010111011000110001110010011010010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAEC; }

 p { color: rgb(244,186,236); }

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

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

 a { background-color: rgb(244,186,236); }

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

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

 span { border-color: rgb(244,186,236); }

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