Html Css Color HEX #F0BDEE French Lilac

📋 copy color: '#F0BDEE'

red 240 ◦ green 189 ◦ blue 238

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

Shades of French Lilac #F0BDEE

Tints of French Lilac #F0BDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 35.98%
G = 28.34%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0BDEE (or 0xF0BDEE) is known color: French Lilac. HEX triplet: F0, BD and EE. RGB value is (240,189,238). Sum of RGB (Red+Green+Blue) = 240+189+238=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDEE is #0F4211. Grayscale: #D1D1D1. Windows color (decimal): -999954 or 15646192. OLE color: 15646192.

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

Color convert

RGB 240 189 238 -
CMYK 0 0.21 0.01 0.06
HSL 302.35º 0.63% 0.84% -
HSV(B) 302.35º 0.21% 0.94% -
XYZ 69.57 61.09 89.01 -
YUV 209.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 240 189 238 0 0.21 0.01 0.06 302.35 0.63 0.84
Hex F0 BD EE 0 15 1 6 12E 3F 54
Octal 360 275 356 0 25 1 6 456 77 124
Binary 11110000 10111101 11101110 0 10101 1 110 100101110 111111 1010100

Color Harmonies of #F0BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDEE

Black with #F0BDEE

Text Example


Text Example

White with #F0BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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