Html Css Color HEX #F6BDF2 French Lilac

📋 copy color: '#F6BDF2'

red 246 ◦ green 189 ◦ blue 242

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

Shades of French Lilac #F6BDF2

Tints of French Lilac #F6BDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 36.34%
G = 27.92%
B = 35.75%

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

#F6BDF2 (or 0xF6BDF2) is known color: French Lilac. HEX triplet: F6, BD and F2. RGB value is (246,189,242). Sum of RGB (Red+Green+Blue) = 246+189+242=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDF2 is #09420D. Grayscale: #D3D3D3. Windows color (decimal): -606734 or 15908342. OLE color: 15908342.

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

Color convert

RGB 246 189 242 -
CMYK 0 0.23 0.02 0.04
HSL 304.21º 0.76% 0.85% -
HSV(B) 304.21º 0.23% 0.96% -
XYZ 72.23 62.4 92.24 -
YUV 212.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 246 189 242 0 0.23 0.02 0.04 304.21 0.76 0.85
Hex F6 BD F2 0 17 2 4 130 4C 55
Octal 366 275 362 0 27 2 4 460 114 125
Binary 11110110 10111101 11110010 0 10111 10 100 100110000 1001100 1010101

Color Harmonies of #F6BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDF2

Black with #F6BDF2

Text Example


Text Example

White with #F6BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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