#F4BFED

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

Shades of French Lilac #F4BFED

Tints of French Lilac #F4BFED

Color information

#F4BFED (or 0xF4BFED) is unknown color: approx French Lilac. HEX triplet: F4, BF and ED. RGB value is (244,191,237). Sum of RGB (Red+Green+Blue) = 244+191+237=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFED is #0B4012. Grayscale: #D3D3D3. Windows color (decimal): -737299 or 15581172. OLE color: 15581172.

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

Color convert

RGB244191237-
CMYK00.220.030.04
HSL307.92º70.67%85.29%-
HSV(B)307.92º21.72%95.69%-
XYZ71.2362.6188.45-
YUV212.09142.06150.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.31%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=36.31%
G=28.42%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419123700.220.030.04307.9270.6785.29
HexF4BFED016341344755
Octal36427735502634464107125
Binary1111010010111111111011010101101110010011010010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFED; }

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

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

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

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

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

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

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

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