Html Css Color HEX #F1BAE2 French Lilac

📋 copy color: '#F1BAE2'

red 241 ◦ green 186 ◦ blue 226

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

Shades of French Lilac #F1BAE2

Tints of French Lilac #F1BAE2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.48%

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

R = 36.91%
G = 28.48%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1BAE2 (or 0xF1BAE2) is known color: French Lilac. HEX triplet: F1, BA and E2. RGB value is (241,186,226). Sum of RGB (Red+Green+Blue) = 241+186+226=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAE2 is #0E451D. Grayscale: #CECECE. Windows color (decimal): -935198 or 14858993. OLE color: 14858993.

HSL color Cylindrical-coordinate representation of color #F1BAE2: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BAE2 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 226 -
CMYK 0 0.23 0.06 0.05
HSL 316.36º 0.66% 0.84% -
HSV(B) 316.36º 0.23% 0.95% -
XYZ 67.56 59.31 79.84 -
YUV 207.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 241 186 226 0 0.23 0.06 0.05 316.36 0.66 0.84
Hex F1 BA E2 0 17 6 5 13C 42 54
Octal 361 272 342 0 27 6 5 474 102 124
Binary 11110001 10111010 11100010 0 10111 110 101 100111100 1000010 1010100

Color Harmonies of #F1BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAE2

Black with #F1BAE2

Text Example


Text Example

White with #F1BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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