Html Css Color HEX #F2BCEF French Lilac

📋 copy color: '#F2BCEF'

red 242 ◦ green 188 ◦ blue 239

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

Shades of French Lilac #F2BCEF

Tints of French Lilac #F2BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.1%

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

R = 36.17%
G = 28.1%
B = 35.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2BCEF (or 0xF2BCEF) is known color: French Lilac. HEX triplet: F2, BC and EF. RGB value is (242,188,239). Sum of RGB (Red+Green+Blue) = 242+188+239=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCEF is #0D4310. Grayscale: #D1D1D1. Windows color (decimal): -869137 or 15711474. OLE color: 15711474.

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

Color convert

RGB 242 188 239 -
CMYK 0 0.22 0.01 0.05
HSL 303.33º 0.68% 0.84% -
HSV(B) 303.33º 0.22% 0.95% -
XYZ 70.18 61.08 89.75 -
YUV 209.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 242 188 239 0 0.22 0.01 0.05 303.33 0.68 0.84
Hex F2 BC EF 0 16 1 5 12F 44 54
Octal 362 274 357 0 26 1 5 457 104 124
Binary 11110010 10111100 11101111 0 10110 1 101 100101111 1000100 1010100

Color Harmonies of #F2BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCEF

Black with #F2BCEF

Text Example


Text Example

White with #F2BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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