Html Css Color HEX #F2BAE1 French Lilac

📋 copy color: '#F2BAE1'

red 242 ◦ green 186 ◦ blue 225

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

Shades of French Lilac #F2BAE1

Tints of French Lilac #F2BAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.46%

R = 37.06%
G = 28.48%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2BAE1 (or 0xF2BAE1) is known color: French Lilac. HEX triplet: F2, BA and E1. RGB value is (242,186,225). Sum of RGB (Red+Green+Blue) = 242+186+225=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE1 is #0D451E. Grayscale: #CFCFCF. Windows color (decimal): -869663 or 14793458. OLE color: 14793458.

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

Color convert

RGB 242 186 225 -
CMYK 0 0.23 0.07 0.05
HSL 318.21º 0.68% 0.84% -
HSV(B) 318.21º 0.23% 0.95% -
XYZ 67.77 59.43 79.13 -
YUV 207.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 242 186 225 0 0.23 0.07 0.05 318.21 0.68 0.84
Hex F2 BA E1 0 17 7 5 13E 44 54
Octal 362 272 341 0 27 7 5 476 104 124
Binary 11110010 10111010 11100001 0 10111 111 101 100111110 1000100 1010100

Color Harmonies of #F2BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAE1

Black with #F2BAE1

Text Example


Text Example

White with #F2BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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