Html Css Color HEX #F2C3EC French Lilac

📋 copy color: '#F2C3EC'

red 242 ◦ green 195 ◦ blue 236

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

Shades of French Lilac #F2C3EC

Tints of French Lilac #F2C3EC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.97%

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

R = 35.96%
G = 28.97%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C3EC (or 0xF2C3EC) is known color: French Lilac. HEX triplet: F2, C3 and EC. RGB value is (242,195,236). Sum of RGB (Red+Green+Blue) = 242+195+236=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3EC is #0D3C13. Grayscale: #D5D5D5. Windows color (decimal): -867348 or 15516658. OLE color: 15516658.

HSL color Cylindrical-coordinate representation of color #F2C3EC: hue angle of 307.66º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3EC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 236 -
CMYK 0 0.19 0.02 0.05
HSL 307.66º 0.64% 0.86% -
HSV(B) 307.66º 0.19% 0.95% -
XYZ 71.27 63.96 87.95 -
YUV 213.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 242 195 236 0 0.19 0.02 0.05 307.66 0.64 0.86
Hex F2 C3 EC 0 13 2 5 134 40 56
Octal 362 303 354 0 23 2 5 464 100 126
Binary 11110010 11000011 11101100 0 10011 10 101 100110100 1000000 1010110

Color Harmonies of #F2C3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C3EC

Black with #F2C3EC

Text Example


Text Example

White with #F2C3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C3EC; }

 p { color: rgb(242,195,236); }

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

background-color css

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

 a { background-color: rgb(242,195,236); }

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

border-color css

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

 span { border-color: rgb(242,195,236); }

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