Html Css Color HEX #F6BFF1 French Lilac

📋 copy color: '#F6BFF1'

red 246 ◦ green 191 ◦ blue 241

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

Shades of French Lilac #F6BFF1

Tints of French Lilac #F6BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 28.17%

 BLUE value IS 241 (94.53% from 255) = 35.55%

R = 36.28%
G = 28.17%
B = 35.55%

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

#F6BFF1 (or 0xF6BFF1) is known color: French Lilac. HEX triplet: F6, BF and F1. RGB value is (246,191,241). Sum of RGB (Red+Green+Blue) = 246+191+241=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFF1 is #09400E. Grayscale: #D5D5D5. Windows color (decimal): -606223 or 15843318. OLE color: 15843318.

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

Color convert

RGB 246 191 241 -
CMYK 0 0.22 0.02 0.04
HSL 305.45º 0.75% 0.86% -
HSV(B) 305.45º 0.22% 0.96% -
XYZ 72.51 63.21 91.6 -
YUV 213.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 246 191 241 0 0.22 0.02 0.04 305.45 0.75 0.86
Hex F6 BF F1 0 16 2 4 131 4B 56
Octal 366 277 361 0 26 2 4 461 113 126
Binary 11110110 10111111 11110001 0 10110 10 100 100110001 1001011 1010110

Color Harmonies of #F6BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFF1

Black with #F6BFF1

Text Example


Text Example

White with #F6BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFF1; }

 p { color: rgb(246,191,241); }

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

background-color css

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

 a { background-color: rgb(246,191,241); }

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

border-color css

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

 span { border-color: rgb(246,191,241); }

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