Html Css Color HEX #F1BAEA French Lilac

📋 copy color: '#F1BAEA'

red 241 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #F1BAEA

Tints of French Lilac #F1BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 36.46%
G = 28.14%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1BAEA (or 0xF1BAEA) is known color: French Lilac. HEX triplet: F1, BA and EA. RGB value is (241,186,234). Sum of RGB (Red+Green+Blue) = 241+186+234=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAEA is #0E4515. Grayscale: #CFCFCF. Windows color (decimal): -935190 or 15383281. OLE color: 15383281.

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

Color convert

RGB 241 186 234 -
CMYK 0 0.23 0.03 0.05
HSL 307.64º 0.66% 0.84% -
HSV(B) 307.64º 0.23% 0.95% -
XYZ 68.69 59.76 85.76 -
YUV 207.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 241 186 234 0 0.23 0.03 0.05 307.64 0.66 0.84
Hex F1 BA EA 0 17 3 5 134 42 54
Octal 361 272 352 0 27 3 5 464 102 124
Binary 11110001 10111010 11101010 0 10111 11 101 100110100 1000010 1010100

Color Harmonies of #F1BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAEA

Black with #F1BAEA

Text Example


Text Example

White with #F1BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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