Html Css Color HEX #F1BFEC French Lilac

📋 copy color: '#F1BFEC'

red 241 ◦ green 191 ◦ blue 236

#F1BFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #F1BFEC

Tints of French Lilac #F1BFEC

RGB

 RED value IS 241 (94.53% from 255) = 36.08%

 GREEN value IS 191 (75% from 255) = 28.59%

 BLUE value IS 236 (92.58% from 255) = 35.33%

R = 36.08%
G = 28.59%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1BFEC (or 0xF1BFEC) is known color: French Lilac. HEX triplet: F1, BF and EC. RGB value is (241,191,236). Sum of RGB (Red+Green+Blue) = 241+191+236=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFEC is #0E4013. Grayscale: #D2D2D2. Windows color (decimal): -933908 or 15515633. OLE color: 15515633.

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

Color convert

RGB 241 191 236 -
CMYK 0 0.21 0.02 0.05
HSL 306º 0.64% 0.85% -
HSV(B) 306º 0.21% 0.95% -
XYZ 70.05 62.02 87.64 -
YUV 211.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 241 191 236 0 0.21 0.02 0.05 306 0.64 0.85
Hex F1 BF EC 0 15 2 5 132 40 55
Octal 361 277 354 0 25 2 5 462 100 125
Binary 11110001 10111111 11101100 0 10101 10 101 100110010 1000000 1010101

Color Harmonies of #F1BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFEC

Black with #F1BFEC

Text Example


Text Example

White with #F1BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFEC; }

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

 H1.HeaderClassName
 {
   color: #F1BFEC;
 }
 .AnyTagClassName
 {
   color: #F1BFEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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