#F1B7E1

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

Shades of French Lilac #F1B7E1

Tints of French Lilac #F1B7E1

Color information

#F1B7E1 (or 0xF1B7E1) is unknown color: approx French Lilac. HEX triplet: F1, B7 and E1. RGB value is (241,183,225). Sum of RGB (Red+Green+Blue) = 241+183+225=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7E1 is #0E481E. Grayscale: #CDCDCD. Windows color (decimal): -935967 or 14792689. OLE color: 14792689.

HSL color Cylindrical-coordinate representation of color #F1B7E1: hue angle of 316.55º 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 #F1B7E1 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241183225-
CMYK00.240.070.05
HSL316.55º67.44%83.14%-
HSV(B)316.55º24.07%94.51%-
XYZ66.85878.91-
YUV205.13139.22153.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 183 (71.88% from 255) = 28.20%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=37.13%
G=28.20%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118322500.240.070.05316.5567.4483.14
HexF1B7E10187513d4353
Octal36126734103075475103123
Binary11110001101101111110000101100011110110011110110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7E1; }

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

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

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

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

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

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

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

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