Html Css Color HEX #F6BDF1 French Lilac

📋 copy color: '#F6BDF1'

red 246 ◦ green 189 ◦ blue 241

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

Shades of French Lilac #F6BDF1

Tints of French Lilac #F6BDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.96%

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

R = 36.39%
G = 27.96%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6BDF1 (or 0xF6BDF1) is known color: French Lilac. HEX triplet: F6, BD and F1. RGB value is (246,189,241). Sum of RGB (Red+Green+Blue) = 246+189+241=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDF1 is #09420E. Grayscale: #D3D3D3. Windows color (decimal): -606735 or 15842806. OLE color: 15842806.

HSL color Cylindrical-coordinate representation of color #F6BDF1: hue angle of 305.26º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDF1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 189 241 -
CMYK 0 0.23 0.02 0.04
HSL 305.26º 0.76% 0.85% -
HSV(B) 305.26º 0.23% 0.96% -
XYZ 72.08 62.34 91.45 -
YUV 211.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 246 189 241 0 0.23 0.02 0.04 305.26 0.76 0.85
Hex F6 BD F1 0 17 2 4 131 4C 55
Octal 366 275 361 0 27 2 4 461 114 125
Binary 11110110 10111101 11110001 0 10111 10 100 100110001 1001100 1010101

Color Harmonies of #F6BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDF1

Black with #F6BDF1

Text Example


Text Example

White with #F6BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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