Html Css Color HEX #F0BFEE French Lilac

📋 copy color: '#F0BFEE'

red 240 ◦ green 191 ◦ blue 238

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

Shades of French Lilac #F0BFEE

Tints of French Lilac #F0BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.55%

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

R = 35.87%
G = 28.55%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0BFEE (or 0xF0BFEE) is known color: French Lilac. HEX triplet: F0, BF and EE. RGB value is (240,191,238). Sum of RGB (Red+Green+Blue) = 240+191+238=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFEE is #0F4011. Grayscale: #D2D2D2. Windows color (decimal): -999442 or 15646704. OLE color: 15646704.

HSL color Cylindrical-coordinate representation of color #F0BFEE: hue angle of 302.45º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFEE is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 238 -
CMYK 0 0.20 0.01 0.06
HSL 302.45º 0.62% 0.85% -
HSV(B) 302.45º 0.2% 0.94% -
XYZ 70 61.96 89.16 -
YUV 211.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 240 191 238 0 0.20 0.01 0.06 302.45 0.62 0.85
Hex F0 BF EE 0 14 1 6 12E 3E 55
Octal 360 277 356 0 24 1 6 456 76 125
Binary 11110000 10111111 11101110 0 10100 1 110 100101110 111110 1010101

Color Harmonies of #F0BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFEE

Black with #F0BFEE

Text Example


Text Example

White with #F0BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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