Html Css Color HEX #F3BAE2 French Lilac

📋 copy color: '#F3BAE2'

red 243 ◦ green 186 ◦ blue 226

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

Shades of French Lilac #F3BAE2

Tints of French Lilac #F3BAE2

RGB

 RED value IS 243 (95.31% from 255) = 37.1%

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

 BLUE value IS 226 (88.67% from 255) = 34.5%

R = 37.1%
G = 28.4%
B = 34.5%

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

#F3BAE2 (or 0xF3BAE2) is known color: French Lilac. HEX triplet: F3, BA and E2. RGB value is (243,186,226). Sum of RGB (Red+Green+Blue) = 243+186+226=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAE2 is #0C451D. Grayscale: #CFCFCF. Windows color (decimal): -804126 or 14858995. OLE color: 14858995.

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

Color convert

RGB 243 186 226 -
CMYK 0 0.23 0.07 0.05
HSL 317.89º 0.7% 0.84% -
HSV(B) 317.89º 0.23% 0.95% -
XYZ 68.25 59.66 79.87 -
YUV 207.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 243 186 226 0 0.23 0.07 0.05 317.89 0.7 0.84
Hex F3 BA E2 0 17 7 5 13E 46 54
Octal 363 272 342 0 27 7 5 476 106 124
Binary 11110011 10111010 11100010 0 10111 111 101 100111110 1000110 1010100

Color Harmonies of #F3BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BAE2

Black with #F3BAE2

Text Example


Text Example

White with #F3BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BAE2; }

 p { color: rgb(243,186,226); }

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

background-color css

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

 a { background-color: rgb(243,186,226); }

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

border-color css

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

 span { border-color: rgb(243,186,226); }

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