Html Css Color HEX #F0BDEF French Lilac

📋 copy color: '#F0BDEF'

red 240 ◦ green 189 ◦ blue 239

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

Shades of French Lilac #F0BDEF

Tints of French Lilac #F0BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.78%

R = 35.93%
G = 28.29%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0BDEF (or 0xF0BDEF) is known color: French Lilac. HEX triplet: F0, BD and EF. RGB value is (240,189,239). Sum of RGB (Red+Green+Blue) = 240+189+239=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDEF is #0F4210. Grayscale: #D1D1D1. Windows color (decimal): -999953 or 15711728. OLE color: 15711728.

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

Color convert

RGB 240 189 239 -
CMYK 0 0.21 0.00 0.06
HSL 301.18º 0.63% 0.84% -
HSV(B) 301.18º 0.21% 0.94% -
XYZ 69.71 61.15 89.79 -
YUV 209.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 240 189 239 0 0.21 0.00 0.06 301.18 0.63 0.84
Hex F0 BD EF 0 15 0 6 12D 3F 54
Octal 360 275 357 0 25 0 6 455 77 124
Binary 11110000 10111101 11101111 0 10101 0 110 100101101 111111 1010100

Color Harmonies of #F0BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDEF

Black with #F0BDEF

Text Example


Text Example

White with #F0BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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