Html Css Color HEX #F2BCE2 French Lilac

📋 copy color: '#F2BCE2'

red 242 ◦ green 188 ◦ blue 226

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

Shades of French Lilac #F2BCE2

Tints of French Lilac #F2BCE2

RGB

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

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

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

R = 36.89%
G = 28.66%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2BCE2 (or 0xF2BCE2) is known color: French Lilac. HEX triplet: F2, BC and E2. RGB value is (242,188,226). Sum of RGB (Red+Green+Blue) = 242+188+226=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCE2 is #0D431D. Grayscale: #D0D0D0. Windows color (decimal): -869150 or 14859506. OLE color: 14859506.

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

Color convert

RGB 242 188 226 -
CMYK 0 0.22 0.07 0.05
HSL 317.78º 0.68% 0.84% -
HSV(B) 317.78º 0.22% 0.95% -
XYZ 68.33 60.33 80 -
YUV 208.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 242 188 226 0 0.22 0.07 0.05 317.78 0.68 0.84
Hex F2 BC E2 0 16 7 5 13E 44 54
Octal 362 274 342 0 26 7 5 476 104 124
Binary 11110010 10111100 11100010 0 10110 111 101 100111110 1000100 1010100

Color Harmonies of #F2BCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCE2

Black with #F2BCE2

Text Example


Text Example

White with #F2BCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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