#F1B8E1

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

Shades of French Lilac #F1B8E1

Tints of French Lilac #F1B8E1

Color information

#F1B8E1 (or 0xF1B8E1) is unknown color: approx French Lilac. HEX triplet: F1, B8 and E1. RGB value is (241,184,225). Sum of RGB (Red+Green+Blue) = 241+184+225=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 184 (72.27% from 255 or 28.31% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8E1 is #0E471E. Grayscale: #CDCDCD. Windows color (decimal): -935711 or 14792945. OLE color: 14792945.

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

Color convert

RGB241184225-
CMYK00.240.070.05
HSL316.84º67.06%83.33%-
HSV(B)316.84º23.65%94.51%-
XYZ67.0158.4278.98-
YUV205.72138.88153.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 184 (72.27% from 255) = 28.31%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=37.08%
G=28.31%
B=34.62%

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
Decimal24118422500.240.070.05316.8467.0683.33
HexF1B8E10187513d4353
Octal36127034103075475103123
Binary11110001101110001110000101100011110110011110110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8E1; }

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

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

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

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

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

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

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

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