#F4BAEE

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

Shades of French Lilac #F4BAEE

Tints of French Lilac #F4BAEE

Color information

#F4BAEE (or 0xF4BAEE) is unknown color: approx French Lilac. HEX triplet: F4, BA and EE. RGB value is (244,186,238). Sum of RGB (Red+Green+Blue) = 244+186+238=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAEE is #0B4511. Grayscale: #D1D1D1. Windows color (decimal): -738578 or 15645428. OLE color: 15645428.

HSL color Cylindrical-coordinate representation of color #F4BAEE: hue angle of 306.21º 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 #F4BAEE is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB244186238-
CMYK00.240.020.04
HSL306.21º72.5%84.31%-
HSV(B)306.21º23.77%95.69%-
XYZ70.360.5288.87-
YUV209.27144.22152.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.53%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=36.53%
G=27.84%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418623800.240.020.04306.2172.584.31
HexF4BAEE018241324854
Octal36427235603024462110124
Binary1111010010111010111011100110001010010011001010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAEE; }

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

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

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

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

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

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

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

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