Html Css Color HEX #F5C0EC French Lilac

📋 copy color: '#F5C0EC'

red 245 ◦ green 192 ◦ blue 236

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

Shades of French Lilac #F5C0EC

Tints of French Lilac #F5C0EC

RGB

 RED value IS 245 (96.09% from 255) = 36.4%

 GREEN value IS 192 (75.39% from 255) = 28.53%

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

R = 36.4%
G = 28.53%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5C0EC (or 0xF5C0EC) is known color: French Lilac. HEX triplet: F5, C0 and EC. RGB value is (245,192,236). Sum of RGB (Red+Green+Blue) = 245+192+236=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0EC is #0A3F13. Grayscale: #D4D4D4. Windows color (decimal): -671508 or 15515893. OLE color: 15515893.

HSL color Cylindrical-coordinate representation of color #F5C0EC: hue angle of 310.19º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0EC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 192 236 -
CMYK 0 0.22 0.04 0.04
HSL 310.19º 0.73% 0.86% -
HSV(B) 310.19º 0.22% 0.96% -
XYZ 71.65 63.17 87.77 -
YUV 212.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 245 192 236 0 0.22 0.04 0.04 310.19 0.73 0.86
Hex F5 C0 EC 0 16 4 4 136 49 56
Octal 365 300 354 0 26 4 4 466 111 126
Binary 11110101 11000000 11101100 0 10110 100 100 100110110 1001001 1010110

Color Harmonies of #F5C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C0EC

Black with #F5C0EC

Text Example


Text Example

White with #F5C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C0EC; }

 p { color: rgb(245,192,236); }

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

background-color css

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

 a { background-color: rgb(245,192,236); }

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

border-color css

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

 span { border-color: rgb(245,192,236); }

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