Html Css Color HEX #F2BBEA French Lilac

📋 copy color: '#F2BBEA'

red 242 ◦ green 187 ◦ blue 234

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

Shades of French Lilac #F2BBEA

Tints of French Lilac #F2BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.21%

 BLUE value IS 234 (91.8% from 255) = 35.29%

R = 36.5%
G = 28.21%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2BBEA (or 0xF2BBEA) is known color: French Lilac. HEX triplet: F2, BB and EA. RGB value is (242,187,234). Sum of RGB (Red+Green+Blue) = 242+187+234=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBEA is #0D4415. Grayscale: #D0D0D0. Windows color (decimal): -869398 or 15383538. OLE color: 15383538.

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

Color convert

RGB 242 187 234 -
CMYK 0 0.23 0.03 0.05
HSL 308.73º 0.68% 0.84% -
HSV(B) 308.73º 0.23% 0.95% -
XYZ 69.24 60.36 85.84 -
YUV 208.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 242 187 234 0 0.23 0.03 0.05 308.73 0.68 0.84
Hex F2 BB EA 0 17 3 5 135 44 54
Octal 362 273 352 0 27 3 5 465 104 124
Binary 11110010 10111011 11101010 0 10111 11 101 100110101 1000100 1010100

Color Harmonies of #F2BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBEA

Black with #F2BBEA

Text Example


Text Example

White with #F2BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBEA; }

 p { color: rgb(242,187,234); }

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

background-color css

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

 a { background-color: rgb(242,187,234); }

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

border-color css

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

 span { border-color: rgb(242,187,234); }

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