Html Css Color HEX #F6C0F0 French Lilac

📋 copy color: '#F6C0F0'

red 246 ◦ green 192 ◦ blue 240

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

Shades of French Lilac #F6C0F0

Tints of French Lilac #F6C0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.4%

R = 36.28%
G = 28.32%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6C0F0 (or 0xF6C0F0) is known color: French Lilac. HEX triplet: F6, C0 and F0. RGB value is (246,192,240). Sum of RGB (Red+Green+Blue) = 246+192+240=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C0F0 is #093F0F. Grayscale: #D5D5D5. Windows color (decimal): -605968 or 15778038. OLE color: 15778038.

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

Color convert

RGB 246 192 240 -
CMYK 0 0.22 0.02 0.04
HSL 306.67º 0.75% 0.86% -
HSV(B) 306.67º 0.22% 0.96% -
XYZ 72.58 63.58 90.89 -
YUV 213.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 246 192 240 0 0.22 0.02 0.04 306.67 0.75 0.86
Hex F6 C0 F0 0 16 2 4 133 4B 56
Octal 366 300 360 0 26 2 4 463 113 126
Binary 11110110 11000000 11110000 0 10110 10 100 100110011 1001011 1010110

Color Harmonies of #F6C0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C0F0

Black with #F6C0F0

Text Example


Text Example

White with #F6C0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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