Html Css Color HEX #F2BBEB French Lilac

📋 copy color: '#F2BBEB'

red 242 ◦ green 187 ◦ blue 235

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

Shades of French Lilac #F2BBEB

Tints of French Lilac #F2BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.39%

R = 36.45%
G = 28.16%
B = 35.39%

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

#F2BBEB (or 0xF2BBEB) is known color: French Lilac. HEX triplet: F2, BB and EB. RGB value is (242,187,235). Sum of RGB (Red+Green+Blue) = 242+187+235=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBEB is #0D4414. Grayscale: #D0D0D0. Windows color (decimal): -869397 or 15449074. OLE color: 15449074.

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

Color convert

RGB 242 187 235 -
CMYK 0 0.23 0.03 0.05
HSL 307.64º 0.68% 0.84% -
HSV(B) 307.64º 0.23% 0.95% -
XYZ 69.38 60.42 86.6 -
YUV 208.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 242 187 235 0 0.23 0.03 0.05 307.64 0.68 0.84
Hex F2 BB EB 0 17 3 5 134 44 54
Octal 362 273 353 0 27 3 5 464 104 124
Binary 11110010 10111011 11101011 0 10111 11 101 100110100 1000100 1010100

Color Harmonies of #F2BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBEB

Black with #F2BBEB

Text Example


Text Example

White with #F2BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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