#F0BFED

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

Shades of French Lilac #F0BFED

Tints of French Lilac #F0BFED

Color information

#F0BFED (or 0xF0BFED) is unknown color: approx French Lilac. HEX triplet: F0, BF and ED. RGB value is (240,191,237). Sum of RGB (Red+Green+Blue) = 240+191+237=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFED is #0F4012. Grayscale: #D2D2D2. Windows color (decimal): -999443 or 15581168. OLE color: 15581168.

HSL color Cylindrical-coordinate representation of color #F0BFED: hue angle of 303.67º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFED is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240191237-
CMYK00.200.010.06
HSL303.67º62.03%84.51%-
HSV(B)303.67º20.42%94.12%-
XYZ69.8561.988.39-
YUV210.9142.73148.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=35.93%
G=28.59%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019123700.200.010.06303.6762.0384.51
HexF0BFED014161303e55
Octal3602773550241646076125
Binary11110000101111111110110101010011101001100001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFED; }

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

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

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

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

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

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

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

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