#F1B7F0

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

Shades of French Lilac #F1B7F0

Tints of French Lilac #F1B7F0

Color information

#F1B7F0 (or 0xF1B7F0) is unknown color: approx French Lilac. HEX triplet: F1, B7 and F0. RGB value is (241,183,240). Sum of RGB (Red+Green+Blue) = 241+183+240=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 183 (71.88% from 255 or 27.56% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B7F0 is #0E480F. Grayscale: #CECECE. Windows color (decimal): -935952 or 15775729. OLE color: 15775729.

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

Color convert

RGB241183240-
CMYK00.240.000.05
HSL301.03º67.44%83.14%-
HSV(B)301.03º24.07%94.51%-
XYZ68.9458.8690.17-
YUV206.84146.72152.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 183 (71.88% from 255) = 27.56%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=36.30%
G=27.56%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118324000.240.000.05301.0367.4483.14
HexF1B7F00180512d4353
Octal36126736003005455103123
Binary111100011011011111110000011000010110010110110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7F0; }

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

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

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

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

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

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

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

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