#F0BDEE

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

Shades of French Lilac #F0BDEE

Tints of French Lilac #F0BDEE

Color information

#F0BDEE (or 0xF0BDEE) is unknown color: approx French Lilac. HEX triplet: F0, BD and EE. RGB value is (240,189,238). Sum of RGB (Red+Green+Blue) = 240+189+238=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDEE is #0F4211. Grayscale: #D1D1D1. Windows color (decimal): -999954 or 15646192. OLE color: 15646192.

HSL color Cylindrical-coordinate representation of color #F0BDEE: hue angle of 302.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDEE is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240189238-
CMYK00.210.010.06
HSL302.35º62.96%84.12%-
HSV(B)302.35º21.25%94.12%-
XYZ69.5761.0989.01-
YUV209.83143.9149.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=35.98%
G=28.34%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018923800.210.010.06302.3562.9684.12
HexF0BDEE0151612e3f54
Octal3602753560251645677124
Binary11110000101111011110111001010111101001011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDEE; }

 p { color: rgb(240,189,238); }

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

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

 a { background-color: rgb(240,189,238); }

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

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

 span { border-color: rgb(240,189,238); }

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