#F0BDEF

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

Shades of French Lilac #F0BDEF

Tints of French Lilac #F0BDEF

Color information

#F0BDEF (or 0xF0BDEF) is unknown color: approx French Lilac. HEX triplet: F0, BD and EF. RGB value is (240,189,239). Sum of RGB (Red+Green+Blue) = 240+189+239=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDEF is #0F4210. Grayscale: #D1D1D1. Windows color (decimal): -999953 or 15711728. OLE color: 15711728.

HSL color Cylindrical-coordinate representation of color #F0BDEF: hue angle of 301.18º 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 #F0BDEF is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240189239-
CMYK00.210.000.06
HSL301.18º62.96%84.12%-
HSV(B)301.18º21.25%94.12%-
XYZ69.7161.1589.79-
YUV209.95144.4149.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 189 (74.22% from 255) = 28.29%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=35.93%
G=28.29%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018923900.210.000.06301.1862.9684.12
HexF0BDEF0150612d3f54
Octal3602753570250645577124
Binary11110000101111011110111101010101101001011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDEF; }

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

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

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

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

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

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

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

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