Html Css Color HEX #F0BFEC French Lilac

📋 copy color: '#F0BFEC'

red 240 ◦ green 191 ◦ blue 236

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

Shades of French Lilac #F0BFEC

Tints of French Lilac #F0BFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 35.98%
G = 28.64%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0BFEC (or 0xF0BFEC) is known color: French Lilac. HEX triplet: F0, BF and EC. RGB value is (240,191,236). Sum of RGB (Red+Green+Blue) = 240+191+236=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFEC is #0F4013. Grayscale: #D2D2D2. Windows color (decimal): -999444 or 15515632. OLE color: 15515632.

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

Color convert

RGB 240 191 236 -
CMYK 0 0.20 0.02 0.06
HSL 304.9º 0.62% 0.85% -
HSV(B) 304.9º 0.2% 0.94% -
XYZ 69.71 61.84 87.62 -
YUV 210.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 240 191 236 0 0.20 0.02 0.06 304.9 0.62 0.85
Hex F0 BF EC 0 14 2 6 131 3E 55
Octal 360 277 354 0 24 2 6 461 76 125
Binary 11110000 10111111 11101100 0 10100 10 110 100110001 111110 1010101

Color Harmonies of #F0BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFEC

Black with #F0BFEC

Text Example


Text Example

White with #F0BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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