Html Css Color HEX #F2BAEC French Lilac

📋 copy color: '#F2BAEC'

red 242 ◦ green 186 ◦ blue 236

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

Shades of French Lilac #F2BAEC

Tints of French Lilac #F2BAEC

RGB

 RED value IS 242 (94.92% from 255) = 36.45%

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

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

R = 36.45%
G = 28.01%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2BAEC (or 0xF2BAEC) is known color: French Lilac. HEX triplet: F2, BA and EC. RGB value is (242,186,236). Sum of RGB (Red+Green+Blue) = 242+186+236=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAEC is #0D4513. Grayscale: #D0D0D0. Windows color (decimal): -869652 or 15514354. OLE color: 15514354.

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

Color convert

RGB 242 186 236 -
CMYK 0 0.23 0.02 0.05
HSL 306.43º 0.68% 0.84% -
HSV(B) 306.43º 0.23% 0.95% -
XYZ 69.32 60.05 87.29 -
YUV 208.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 242 186 236 0 0.23 0.02 0.05 306.43 0.68 0.84
Hex F2 BA EC 0 17 2 5 132 44 54
Octal 362 272 354 0 27 2 5 462 104 124
Binary 11110010 10111010 11101100 0 10111 10 101 100110010 1000100 1010100

Color Harmonies of #F2BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAEC

Black with #F2BAEC

Text Example


Text Example

White with #F2BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAEC; }

 p { color: rgb(242,186,236); }

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

background-color css

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

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

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

border-color css

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

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

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