Html Css Color HEX #F3BAE6 French Lilac

📋 copy color: '#F3BAE6'

red 243 ◦ green 186 ◦ blue 230

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

Shades of French Lilac #F3BAE6

Tints of French Lilac #F3BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.9%

R = 36.87%
G = 28.22%
B = 34.9%

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

#F3BAE6 (or 0xF3BAE6) is known color: French Lilac. HEX triplet: F3, BA and E6. RGB value is (243,186,230). Sum of RGB (Red+Green+Blue) = 243+186+230=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAE6 is #0C4519. Grayscale: #CFCFCF. Windows color (decimal): -804122 or 15121139. OLE color: 15121139.

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

Color convert

RGB 243 186 230 -
CMYK 0 0.23 0.05 0.05
HSL 313.68º 0.7% 0.84% -
HSV(B) 313.68º 0.23% 0.95% -
XYZ 68.8 59.89 82.8 -
YUV 208.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 243 186 230 0 0.23 0.05 0.05 313.68 0.7 0.84
Hex F3 BA E6 0 17 5 5 13A 46 54
Octal 363 272 346 0 27 5 5 472 106 124
Binary 11110011 10111010 11100110 0 10111 101 101 100111010 1000110 1010100

Color Harmonies of #F3BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BAE6

Black with #F3BAE6

Text Example


Text Example

White with #F3BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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