Html Css Color HEX #F0BDEA French Lilac

📋 copy color: '#F0BDEA'

red 240 ◦ green 189 ◦ blue 234

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

Shades of French Lilac #F0BDEA

Tints of French Lilac #F0BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.51%

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

R = 36.2%
G = 28.51%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0BDEA (or 0xF0BDEA) is known color: French Lilac. HEX triplet: F0, BD and EA. RGB value is (240,189,234). Sum of RGB (Red+Green+Blue) = 240+189+234=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDEA is #0F4215. Grayscale: #D1D1D1. Windows color (decimal): -999958 or 15384048. OLE color: 15384048.

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

Color convert

RGB 240 189 234 -
CMYK 0 0.21 0.02 0.06
HSL 307.06º 0.63% 0.84% -
HSV(B) 307.06º 0.21% 0.94% -
XYZ 68.98 60.86 85.95 -
YUV 209.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 240 189 234 0 0.21 0.02 0.06 307.06 0.63 0.84
Hex F0 BD EA 0 15 2 6 133 3F 54
Octal 360 275 352 0 25 2 6 463 77 124
Binary 11110000 10111101 11101010 0 10101 10 110 100110011 111111 1010100

Color Harmonies of #F0BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDEA

Black with #F0BDEA

Text Example


Text Example

White with #F0BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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