Html Css Color HEX #F6C0EA French Lilac

📋 copy color: '#F6C0EA'

red 246 ◦ green 192 ◦ blue 234

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

Shades of French Lilac #F6C0EA

Tints of French Lilac #F6C0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 36.61%
G = 28.57%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6C0EA (or 0xF6C0EA) is known color: French Lilac. HEX triplet: F6, C0 and EA. RGB value is (246,192,234). Sum of RGB (Red+Green+Blue) = 246+192+234=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C0EA is #093F15. Grayscale: #D4D4D4. Windows color (decimal): -605974 or 15384822. OLE color: 15384822.

HSL color Cylindrical-coordinate representation of color #F6C0EA: hue angle of 313.33º degrees, saturation: 0.75, 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 #F6C0EA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 192 234 -
CMYK 0 0.22 0.05 0.04
HSL 313.33º 0.75% 0.86% -
HSV(B) 313.33º 0.22% 0.96% -
XYZ 71.71 63.23 86.27 -
YUV 212.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 246 192 234 0 0.22 0.05 0.04 313.33 0.75 0.86
Hex F6 C0 EA 0 16 5 4 139 4B 56
Octal 366 300 352 0 26 5 4 471 113 126
Binary 11110110 11000000 11101010 0 10110 101 100 100111001 1001011 1010110

Color Harmonies of #F6C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C0EA

Black with #F6C0EA

Text Example


Text Example

White with #F6C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C0EA; }

 p { color: rgb(246,192,234); }

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

background-color css

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

 a { background-color: rgb(246,192,234); }

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

border-color css

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

 span { border-color: rgb(246,192,234); }

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