#F0BBF1

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

Shades of French Lilac #F0BBF1

Tints of French Lilac #F0BBF1

Color information

#F0BBF1 (or 0xF0BBF1) is unknown color: approx French Lilac. HEX triplet: F0, BB and F1. RGB value is (240,187,241). Sum of RGB (Red+Green+Blue) = 240+187+241=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBF1 is #0F440E. Grayscale: #D0D0D0. Windows color (decimal): -1000463 or 15842288. OLE color: 15842288.

HSL color Cylindrical-coordinate representation of color #F0BBF1: hue angle of 298.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBF1 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240187241-
CMYK0.000.2200.05
HSL298.89º65.85%83.92%-
HSV(B)298.89º22.41%94.51%-
XYZ69.5860.4291.21-
YUV209146.06150.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=35.93%
G=27.99%
B=36.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401872410.000.2200.05298.8965.8583.92
HexF0BBF10160512b4254
Octal36027336102605453102124
Binary111100001011101111110001010110010110010101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBF1; }

 p { color: rgb(240,187,241); }

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

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

 a { background-color: rgb(240,187,241); }

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

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

 span { border-color: rgb(240,187,241); }

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