Html Css Color HEX #F2BAE3 French Lilac

📋 copy color: '#F2BAE3'

red 242 ◦ green 186 ◦ blue 227

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

Shades of French Lilac #F2BAE3

Tints of French Lilac #F2BAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.66%

R = 36.95%
G = 28.4%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2BAE3 (or 0xF2BAE3) is known color: French Lilac. HEX triplet: F2, BA and E3. RGB value is (242,186,227). Sum of RGB (Red+Green+Blue) = 242+186+227=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE3 is #0D451C. Grayscale: #CFCFCF. Windows color (decimal): -869661 or 14924530. OLE color: 14924530.

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

Color convert

RGB 242 186 227 -
CMYK 0 0.23 0.06 0.05
HSL 316.07º 0.68% 0.84% -
HSV(B) 316.07º 0.23% 0.95% -
XYZ 68.04 59.54 80.58 -
YUV 207.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 242 186 227 0 0.23 0.06 0.05 316.07 0.68 0.84
Hex F2 BA E3 0 17 6 5 13C 44 54
Octal 362 272 343 0 27 6 5 474 104 124
Binary 11110010 10111010 11100011 0 10111 110 101 100111100 1000100 1010100

Color Harmonies of #F2BAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAE3

Black with #F2BAE3

Text Example


Text Example

White with #F2BAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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