#F1BFED

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

Shades of French Lilac #F1BFED

Tints of French Lilac #F1BFED

Color information

#F1BFED (or 0xF1BFED) is unknown color: approx French Lilac. HEX triplet: F1, BF and ED. RGB value is (241,191,237). Sum of RGB (Red+Green+Blue) = 241+191+237=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFED is #0E4012. Grayscale: #D3D3D3. Windows color (decimal): -933907 or 15581169. OLE color: 15581169.

HSL color Cylindrical-coordinate representation of color #F1BFED: hue angle of 304.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFED is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241191237-
CMYK00.210.020.05
HSL304.8º64.1%84.71%-
HSV(B)304.8º20.75%94.51%-
XYZ70.1962.0888.4-
YUV211.19142.56149.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=36.02%
G=28.55%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119123700.210.020.05304.864.184.71
HexF1BFED015251314055
Octal36127735502525461100125
Binary1111000110111111111011010101011010110011000110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFED; }

 p { color: rgb(241,191,237); }

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

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

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

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

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

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

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