Html Css Color HEX #F0BCEA French Lilac

📋 copy color: '#F0BCEA'

red 240 ◦ green 188 ◦ blue 234

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

Shades of French Lilac #F0BCEA

Tints of French Lilac #F0BCEA

RGB

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

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

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

R = 36.25%
G = 28.4%
B = 35.35%

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

#F0BCEA (or 0xF0BCEA) is known color: French Lilac. HEX triplet: F0, BC and EA. RGB value is (240,188,234). Sum of RGB (Red+Green+Blue) = 240+188+234=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCEA is #0F4315. Grayscale: #D0D0D0. Windows color (decimal): -1000214 or 15383792. OLE color: 15383792.

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

Color convert

RGB 240 188 234 -
CMYK 0 0.22 0.02 0.06
HSL 306.92º 0.63% 0.84% -
HSV(B) 306.92º 0.22% 0.94% -
XYZ 68.77 60.43 85.88 -
YUV 208.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 240 188 234 0 0.22 0.02 0.06 306.92 0.63 0.84
Hex F0 BC EA 0 16 2 6 133 3F 54
Octal 360 274 352 0 26 2 6 463 77 124
Binary 11110000 10111100 11101010 0 10110 10 110 100110011 111111 1010100

Color Harmonies of #F0BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCEA

Black with #F0BCEA

Text Example


Text Example

White with #F0BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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