Html Css Color HEX #F2BAE5 French Lilac

📋 copy color: '#F2BAE5'

red 242 ◦ green 186 ◦ blue 229

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

Shades of French Lilac #F2BAE5

Tints of French Lilac #F2BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.86%

R = 36.83%
G = 28.31%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2BAE5 (or 0xF2BAE5) is known color: French Lilac. HEX triplet: F2, BA and E5. RGB value is (242,186,229). Sum of RGB (Red+Green+Blue) = 242+186+229=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE5 is #0D451A. Grayscale: #CFCFCF. Windows color (decimal): -869659 or 15055602. OLE color: 15055602.

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

Color convert

RGB 242 186 229 -
CMYK 0 0.23 0.05 0.05
HSL 313.93º 0.68% 0.84% -
HSV(B) 313.93º 0.23% 0.95% -
XYZ 68.32 59.65 82.04 -
YUV 207.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 242 186 229 0 0.23 0.05 0.05 313.93 0.68 0.84
Hex F2 BA E5 0 17 5 5 13A 44 54
Octal 362 272 345 0 27 5 5 472 104 124
Binary 11110010 10111010 11100101 0 10111 101 101 100111010 1000100 1010100

Color Harmonies of #F2BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAE5

Black with #F2BAE5

Text Example


Text Example

White with #F2BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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