Html Css Color HEX #F2BBE8 French Lilac

📋 copy color: '#F2BBE8'

red 242 ◦ green 187 ◦ blue 232

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

Shades of French Lilac #F2BBE8

Tints of French Lilac #F2BBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.1%

R = 36.61%
G = 28.29%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2BBE8 (or 0xF2BBE8) is known color: French Lilac. HEX triplet: F2, BB and E8. RGB value is (242,187,232). Sum of RGB (Red+Green+Blue) = 242+187+232=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBE8 is #0D4417. Grayscale: #D0D0D0. Windows color (decimal): -869400 or 15252466. OLE color: 15252466.

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

Color convert

RGB 242 187 232 -
CMYK 0 0.23 0.04 0.05
HSL 310.91º 0.68% 0.84% -
HSV(B) 310.91º 0.23% 0.95% -
XYZ 68.95 60.24 84.34 -
YUV 208.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 242 187 232 0 0.23 0.04 0.05 310.91 0.68 0.84
Hex F2 BB E8 0 17 4 5 137 44 54
Octal 362 273 350 0 27 4 5 467 104 124
Binary 11110010 10111011 11101000 0 10111 100 101 100110111 1000100 1010100

Color Harmonies of #F2BBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBE8

Black with #F2BBE8

Text Example


Text Example

White with #F2BBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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