Html Css Color HEX #F0BFE2 French Lilac

📋 copy color: '#F0BFE2'

red 240 ◦ green 191 ◦ blue 226

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

Shades of French Lilac #F0BFE2

Tints of French Lilac #F0BFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 36.53%
G = 29.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0BFE2 (or 0xF0BFE2) is known color: French Lilac. HEX triplet: F0, BF and E2. RGB value is (240,191,226). Sum of RGB (Red+Green+Blue) = 240+191+226=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFE2 is #0F401D. Grayscale: #D1D1D1. Windows color (decimal): -999454 or 14860272. OLE color: 14860272.

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

Color convert

RGB 240 191 226 -
CMYK 0 0.20 0.06 0.06
HSL 317.14º 0.62% 0.85% -
HSV(B) 317.14º 0.2% 0.94% -
XYZ 68.29 61.28 80.18 -
YUV 209.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 240 191 226 0 0.20 0.06 0.06 317.14 0.62 0.85
Hex F0 BF E2 0 14 6 6 13D 3E 55
Octal 360 277 342 0 24 6 6 475 76 125
Binary 11110000 10111111 11100010 0 10100 110 110 100111101 111110 1010101

Color Harmonies of #F0BFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFE2

Black with #F0BFE2

Text Example


Text Example

White with #F0BFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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