Html Css Color HEX #F2BAEA French Lilac

📋 copy color: '#F2BAEA'

red 242 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #F2BAEA

Tints of French Lilac #F2BAEA

RGB

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

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

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

R = 36.56%
G = 28.1%
B = 35.35%

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

#F2BAEA (or 0xF2BAEA) is known color: French Lilac. HEX triplet: F2, BA and EA. RGB value is (242,186,234). Sum of RGB (Red+Green+Blue) = 242+186+234=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAEA is #0D4515. Grayscale: #D0D0D0. Windows color (decimal): -869654 or 15383282. OLE color: 15383282.

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

Color convert

RGB 242 186 234 -
CMYK 0 0.23 0.03 0.05
HSL 308.57º 0.68% 0.84% -
HSV(B) 308.57º 0.23% 0.95% -
XYZ 69.03 59.94 85.77 -
YUV 208.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 242 186 234 0 0.23 0.03 0.05 308.57 0.68 0.84
Hex F2 BA EA 0 17 3 5 135 44 54
Octal 362 272 352 0 27 3 5 465 104 124
Binary 11110010 10111010 11101010 0 10111 11 101 100110101 1000100 1010100

Color Harmonies of #F2BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAEA

Black with #F2BAEA

Text Example


Text Example

White with #F2BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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