Html Css Color HEX #F2BFEF French Lilac

📋 copy color: '#F2BFEF'

red 242 ◦ green 191 ◦ blue 239

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

Shades of French Lilac #F2BFEF

Tints of French Lilac #F2BFEF

RGB

 RED value IS 242 (94.92% from 255) = 36.01%

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

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 36.01%
G = 28.42%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2BFEF (or 0xF2BFEF) is known color: French Lilac. HEX triplet: F2, BF and EF. RGB value is (242,191,239). Sum of RGB (Red+Green+Blue) = 242+191+239=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFEF is #0D4010. Grayscale: #D3D3D3. Windows color (decimal): -868369 or 15712242. OLE color: 15712242.

HSL color Cylindrical-coordinate representation of color #F2BFEF: hue angle of 303.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFEF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 239 -
CMYK 0 0.21 0.01 0.05
HSL 303.53º 0.66% 0.85% -
HSV(B) 303.53º 0.21% 0.95% -
XYZ 70.83 62.37 89.97 -
YUV 211.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 242 191 239 0 0.21 0.01 0.05 303.53 0.66 0.85
Hex F2 BF EF 0 15 1 5 130 42 55
Octal 362 277 357 0 25 1 5 460 102 125
Binary 11110010 10111111 11101111 0 10101 1 101 100110000 1000010 1010101

Color Harmonies of #F2BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFEF

Black with #F2BFEF

Text Example


Text Example

White with #F2BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFEF; }

 p { color: rgb(242,191,239); }

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

background-color css

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

 a { background-color: rgb(242,191,239); }

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

border-color css

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

 span { border-color: rgb(242,191,239); }

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