#F0BDE1

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

Shades of French Lilac #F0BDE1

Tints of French Lilac #F0BDE1

Color information

#F0BDE1 (or 0xF0BDE1) is unknown color: approx French Lilac. HEX triplet: F0, BD and E1. RGB value is (240,189,225). Sum of RGB (Red+Green+Blue) = 240+189+225=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDE1 is #0F421E. Grayscale: #D0D0D0. Windows color (decimal): -999967 or 14794224. OLE color: 14794224.

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

Color convert

RGB240189225-
CMYK00.210.060.06
HSL317.65º62.96%84.12%-
HSV(B)317.65º21.25%94.12%-
XYZ67.7260.3679.31-
YUV208.35137.4150.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=36.70%
G=28.90%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018922500.210.060.06317.6562.9684.12
HexF0BDE10156613e3f54
Octal3602753410256647677124
Binary1111000010111101111000010101011101101001111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDE1; }

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

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

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

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

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

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

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

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