Html Css Color HEX #F4C2ED French Lilac

📋 copy color: '#F4C2ED'

red 244 ◦ green 194 ◦ blue 237

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

Shades of French Lilac #F4C2ED

Tints of French Lilac #F4C2ED

RGB

 RED value IS 244 (95.7% from 255) = 36.15%

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

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 36.15%
G = 28.74%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F4C2ED (or 0xF4C2ED) is known color: French Lilac. HEX triplet: F4, C2 and ED. RGB value is (244,194,237). Sum of RGB (Red+Green+Blue) = 244+194+237=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C2ED is #0B3D12. Grayscale: #D5D5D5. Windows color (decimal): -736531 or 15581940. OLE color: 15581940.

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

Color convert

RGB 244 194 237 -
CMYK 0 0.20 0.03 0.04
HSL 308.4º 0.69% 0.86% -
HSV(B) 308.4º 0.2% 0.96% -
XYZ 71.89 63.93 88.67 -
YUV 213.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 244 194 237 0 0.20 0.03 0.04 308.4 0.69 0.86
Hex F4 C2 ED 0 14 3 4 134 45 56
Octal 364 302 355 0 24 3 4 464 105 126
Binary 11110100 11000010 11101101 0 10100 11 100 100110100 1000101 1010110

Color Harmonies of #F4C2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C2ED

Black with #F4C2ED

Text Example


Text Example

White with #F4C2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C2ED; }

 p { color: rgb(244,194,237); }

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

background-color css

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

 a { background-color: rgb(244,194,237); }

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

border-color css

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

 span { border-color: rgb(244,194,237); }

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