#F1B8F1

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

Shades of French Lilac #F1B8F1

Tints of French Lilac #F1B8F1

Color information

#F1B8F1 (or 0xF1B8F1) is unknown color: approx French Lilac. HEX triplet: F1, B8 and F1. RGB value is (241,184,241). Sum of RGB (Red+Green+Blue) = 241+184+241=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1B8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8F1 is #0E470E. Grayscale: #CFCFCF. Windows color (decimal): -935695 or 15841521. OLE color: 15841521.

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

Color convert

RGB241184241-
CMYK00.2400.05
HSL300º67.06%83.33%-
HSV(B)300º23.65%94.51%-
XYZ69.2959.3391.02-
YUV207.54146.88151.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 184 (72.27% from 255) = 27.63%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=36.19%
G=27.63%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118424100.2400.0530067.0683.33
HexF1B8F10180512c4353
Octal36127036103005454103123
Binary111100011011100011110001011000010110010110010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8F1; }

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

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

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

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

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

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

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

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