Html Css Color HEX #F0BCEB French Lilac

📋 copy color: '#F0BCEB'

red 240 ◦ green 188 ◦ blue 235

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

Shades of French Lilac #F0BCEB

Tints of French Lilac #F0BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.36%

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

R = 36.2%
G = 28.36%
B = 35.44%

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

#F0BCEB (or 0xF0BCEB) is known color: French Lilac. HEX triplet: F0, BC and EB. RGB value is (240,188,235). Sum of RGB (Red+Green+Blue) = 240+188+235=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCEB is #0F4314. Grayscale: #D0D0D0. Windows color (decimal): -1000213 or 15449328. OLE color: 15449328.

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

Color convert

RGB 240 188 235 -
CMYK 0 0.22 0.02 0.06
HSL 305.77º 0.63% 0.84% -
HSV(B) 305.77º 0.22% 0.94% -
XYZ 68.91 60.49 86.64 -
YUV 208.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 240 188 235 0 0.22 0.02 0.06 305.77 0.63 0.84
Hex F0 BC EB 0 16 2 6 132 3F 54
Octal 360 274 353 0 26 2 6 462 77 124
Binary 11110000 10111100 11101011 0 10110 10 110 100110010 111111 1010100

Color Harmonies of #F0BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCEB

Black with #F0BCEB

Text Example


Text Example

White with #F0BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCEB; }

 p { color: rgb(240,188,235); }

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

background-color css

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

 a { background-color: rgb(240,188,235); }

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

border-color css

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

 span { border-color: rgb(240,188,235); }

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