Html Css Color HEX #F0BBED French Lilac

📋 copy color: '#F0BBED'

red 240 ◦ green 187 ◦ blue 237

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

Shades of French Lilac #F0BBED

Tints of French Lilac #F0BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.69%

R = 36.14%
G = 28.16%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0BBED (or 0xF0BBED) is known color: French Lilac. HEX triplet: F0, BB and ED. RGB value is (240,187,237). Sum of RGB (Red+Green+Blue) = 240+187+237=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBED is #0F4412. Grayscale: #D0D0D0. Windows color (decimal): -1000467 or 15580144. OLE color: 15580144.

HSL color Cylindrical-coordinate representation of color #F0BBED: hue angle of 303.4º 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 #F0BBED is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 237 -
CMYK 0 0.22 0.01 0.06
HSL 303.4º 0.64% 0.84% -
HSV(B) 303.4º 0.22% 0.94% -
XYZ 68.99 60.18 88.1 -
YUV 208.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 240 187 237 0 0.22 0.01 0.06 303.4 0.64 0.84
Hex F0 BB ED 0 16 1 6 12F 40 54
Octal 360 273 355 0 26 1 6 457 100 124
Binary 11110000 10111011 11101101 0 10110 1 110 100101111 1000000 1010100

Color Harmonies of #F0BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBED

Black with #F0BBED

Text Example


Text Example

White with #F0BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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