Html Css Color HEX #F0BBEA French Lilac

📋 copy color: '#F0BBEA'

red 240 ◦ green 187 ◦ blue 234

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

Shades of French Lilac #F0BBEA

Tints of French Lilac #F0BBEA

RGB

 RED value IS 240 (94.14% from 255) = 36.31%

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

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

R = 36.31%
G = 28.29%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0BBEA (or 0xF0BBEA) is known color: French Lilac. HEX triplet: F0, BB and EA. RGB value is (240,187,234). Sum of RGB (Red+Green+Blue) = 240+187+234=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBEA is #0F4415. Grayscale: #D0D0D0. Windows color (decimal): -1000470 or 15383536. OLE color: 15383536.

HSL color Cylindrical-coordinate representation of color #F0BBEA: hue angle of 306.79º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBEA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 234 -
CMYK 0 0.22 0.02 0.06
HSL 306.79º 0.64% 0.84% -
HSV(B) 306.79º 0.22% 0.94% -
XYZ 68.56 60.01 85.81 -
YUV 208.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 240 187 234 0 0.22 0.02 0.06 306.79 0.64 0.84
Hex F0 BB EA 0 16 2 6 133 40 54
Octal 360 273 352 0 26 2 6 463 100 124
Binary 11110000 10111011 11101010 0 10110 10 110 100110011 1000000 1010100

Color Harmonies of #F0BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBEA

Black with #F0BBEA

Text Example


Text Example

White with #F0BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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