Html Css Color HEX #F1BAF1 French Lilac

📋 copy color: '#F1BAF1'

red 241 ◦ green 186 ◦ blue 241

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

Shades of French Lilac #F1BAF1

Tints of French Lilac #F1BAF1

RGB

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

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

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

R = 36.08%
G = 27.84%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1BAF1 (or 0xF1BAF1) is known color: French Lilac. HEX triplet: F1, BA and F1. RGB value is (241,186,241). Sum of RGB (Red+Green+Blue) = 241+186+241=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAF1 is #0E450E. Grayscale: #D0D0D0. Windows color (decimal): -935183 or 15842033. OLE color: 15842033.

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

Color convert

RGB 241 186 241 -
CMYK 0 0.23 0 0.05
HSL 300º 0.66% 0.84% -
HSV(B) 300º 0.23% 0.95% -
XYZ 69.71 60.17 91.16 -
YUV 208.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 241 186 241 0 0.23 0 0.05 300 0.66 0.84
Hex F1 BA F1 0 17 0 5 12C 42 54
Octal 361 272 361 0 27 0 5 454 102 124
Binary 11110001 10111010 11110001 0 10111 0 101 100101100 1000010 1010100

Color Harmonies of #F1BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAF1

Black with #F1BAF1

Text Example


Text Example

White with #F1BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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