Html Css Color HEX #F1BEE2 French Lilac

📋 copy color: '#F1BEE2'

red 241 ◦ green 190 ◦ blue 226

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

Shades of French Lilac #F1BEE2

Tints of French Lilac #F1BEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.92%

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 36.68%
G = 28.92%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1BEE2 (or 0xF1BEE2) is known color: French Lilac. HEX triplet: F1, BE and E2. RGB value is (241,190,226). Sum of RGB (Red+Green+Blue) = 241+190+226=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEE2 is #0E411D. Grayscale: #D1D1D1. Windows color (decimal): -934174 or 14860017. OLE color: 14860017.

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

Color convert

RGB 241 190 226 -
CMYK 0 0.21 0.06 0.05
HSL 317.65º 0.65% 0.85% -
HSV(B) 317.65º 0.21% 0.95% -
XYZ 68.42 61.02 80.12 -
YUV 209.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 241 190 226 0 0.21 0.06 0.05 317.65 0.65 0.85
Hex F1 BE E2 0 15 6 5 13E 41 55
Octal 361 276 342 0 25 6 5 476 101 125
Binary 11110001 10111110 11100010 0 10101 110 101 100111110 1000001 1010101

Color Harmonies of #F1BEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BEE2

Black with #F1BEE2

Text Example


Text Example

White with #F1BEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BEE2; }

 p { color: rgb(241,190,226); }

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

background-color css

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

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

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

border-color css

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

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

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