Html Css Color HEX #F0BFE3 French Lilac

📋 copy color: '#F0BFE3'

red 240 ◦ green 191 ◦ blue 227

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

Shades of French Lilac #F0BFE3

Tints of French Lilac #F0BFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.5%

R = 36.47%
G = 29.03%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0BFE3 (or 0xF0BFE3) is known color: French Lilac. HEX triplet: F0, BF and E3. RGB value is (240,191,227). Sum of RGB (Red+Green+Blue) = 240+191+227=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFE3 is #0F401C. Grayscale: #D1D1D1. Windows color (decimal): -999453 or 14925808. OLE color: 14925808.

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

Color convert

RGB 240 191 227 -
CMYK 0 0.20 0.05 0.06
HSL 315.92º 0.62% 0.85% -
HSV(B) 315.92º 0.2% 0.94% -
XYZ 68.43 61.33 80.9 -
YUV 209.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 240 191 227 0 0.20 0.05 0.06 315.92 0.62 0.85
Hex F0 BF E3 0 14 5 6 13C 3E 55
Octal 360 277 343 0 24 5 6 474 76 125
Binary 11110000 10111111 11100011 0 10100 101 110 100111100 111110 1010101

Color Harmonies of #F0BFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFE3

Black with #F0BFE3

Text Example


Text Example

White with #F0BFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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