Html Css Color HEX #F2BBE7 French Lilac

📋 copy color: '#F2BBE7'

red 242 ◦ green 187 ◦ blue 231

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

Shades of French Lilac #F2BBE7

Tints of French Lilac #F2BBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35%

R = 36.67%
G = 28.33%
B = 35%

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

#F2BBE7 (or 0xF2BBE7) is known color: French Lilac. HEX triplet: F2, BB and E7. RGB value is (242,187,231). Sum of RGB (Red+Green+Blue) = 242+187+231=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBE7 is #0D4418. Grayscale: #D0D0D0. Windows color (decimal): -869401 or 15186930. OLE color: 15186930.

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

Color convert

RGB 242 187 231 -
CMYK 0 0.23 0.05 0.05
HSL 312º 0.68% 0.84% -
HSV(B) 312º 0.23% 0.95% -
XYZ 68.81 60.19 83.59 -
YUV 208.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 242 187 231 0 0.23 0.05 0.05 312 0.68 0.84
Hex F2 BB E7 0 17 5 5 138 44 54
Octal 362 273 347 0 27 5 5 470 104 124
Binary 11110010 10111011 11100111 0 10111 101 101 100111000 1000100 1010100

Color Harmonies of #F2BBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBE7

Black with #F2BBE7

Text Example


Text Example

White with #F2BBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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