Html Css Color HEX #F6C2EB French Lilac

📋 copy color: '#F6C2EB'

red 246 ◦ green 194 ◦ blue 235

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

Shades of French Lilac #F6C2EB

Tints of French Lilac #F6C2EB

RGB

 RED value IS 246 (96.48% from 255) = 36.44%

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

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 36.44%
G = 28.74%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6C2EB (or 0xF6C2EB) is known color: French Lilac. HEX triplet: F6, C2 and EB. RGB value is (246,194,235). Sum of RGB (Red+Green+Blue) = 246+194+235=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2EB is #093D14. Grayscale: #D6D6D6. Windows color (decimal): -605461 or 15450870. OLE color: 15450870.

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

Color convert

RGB 246 194 235 -
CMYK 0 0.21 0.04 0.04
HSL 312.69º 0.74% 0.86% -
HSV(B) 312.69º 0.21% 0.96% -
XYZ 72.29 64.17 87.17 -
YUV 214.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 246 194 235 0 0.21 0.04 0.04 312.69 0.74 0.86
Hex F6 C2 EB 0 15 4 4 139 4A 56
Octal 366 302 353 0 25 4 4 471 112 126
Binary 11110110 11000010 11101011 0 10101 100 100 100111001 1001010 1010110

Color Harmonies of #F6C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2EB

Black with #F6C2EB

Text Example


Text Example

White with #F6C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2EB; }

 p { color: rgb(246,194,235); }

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

background-color css

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

 a { background-color: rgb(246,194,235); }

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

border-color css

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

 span { border-color: rgb(246,194,235); }

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