Html Css Color HEX #F2BAE9 French Lilac

📋 copy color: '#F2BAE9'

red 242 ◦ green 186 ◦ blue 233

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

Shades of French Lilac #F2BAE9

Tints of French Lilac #F2BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.25%

R = 36.61%
G = 28.14%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2BAE9 (or 0xF2BAE9) is known color: French Lilac. HEX triplet: F2, BA and E9. RGB value is (242,186,233). Sum of RGB (Red+Green+Blue) = 242+186+233=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAE9 is #0D4516. Grayscale: #CFCFCF. Windows color (decimal): -869655 or 15317746. OLE color: 15317746.

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

Color convert

RGB 242 186 233 -
CMYK 0 0.23 0.04 0.05
HSL 309.64º 0.68% 0.84% -
HSV(B) 309.64º 0.23% 0.95% -
XYZ 68.88 59.88 85.02 -
YUV 208.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 242 186 233 0 0.23 0.04 0.05 309.64 0.68 0.84
Hex F2 BA E9 0 17 4 5 136 44 54
Octal 362 272 351 0 27 4 5 466 104 124
Binary 11110010 10111010 11101001 0 10111 100 101 100110110 1000100 1010100

Color Harmonies of #F2BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAE9

Black with #F2BAE9

Text Example


Text Example

White with #F2BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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