Html Css Color HEX #F7C2EC French Lilac

📋 copy color: '#F7C2EC'

red 247 ◦ green 194 ◦ blue 236

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

Shades of French Lilac #F7C2EC

Tints of French Lilac #F7C2EC

RGB

 RED value IS 247 (96.88% from 255) = 36.48%

 GREEN value IS 194 (76.17% from 255) = 28.66%

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 36.48%
G = 28.66%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7C2EC (or 0xF7C2EC) is known color: French Lilac. HEX triplet: F7, C2 and EC. RGB value is (247,194,236). Sum of RGB (Red+Green+Blue) = 247+194+236=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EC is #083D13. Grayscale: #D6D6D6. Windows color (decimal): -539924 or 15516407. OLE color: 15516407.

HSL color Cylindrical-coordinate representation of color #F7C2EC: hue angle of 312.45º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2EC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 194 236 -
CMYK 0 0.21 0.04 0.03
HSL 312.45º 0.77% 0.86% -
HSV(B) 312.45º 0.21% 0.97% -
XYZ 72.79 64.41 87.95 -
YUV 214.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 247 194 236 0 0.21 0.04 0.03 312.45 0.77 0.86
Hex F7 C2 EC 0 15 4 3 138 4D 56
Octal 367 302 354 0 25 4 3 470 115 126
Binary 11110111 11000010 11101100 0 10101 100 11 100111000 1001101 1010110

Color Harmonies of #F7C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2EC

Black with #F7C2EC

Text Example


Text Example

White with #F7C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2EC; }

 p { color: rgb(247,194,236); }

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

background-color css

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

 a { background-color: rgb(247,194,236); }

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

border-color css

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

 span { border-color: rgb(247,194,236); }

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