Html Css Color HEX #F6ABD7 Lavender Pink

📋 copy color: '#F6ABD7'

red 246 ◦ green 171 ◦ blue 215

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

Shades of Lavender Pink #F6ABD7

Tints of Lavender Pink #F6ABD7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.06%

 BLUE value IS 215 (84.38% from 255) = 34.02%

R = 38.92%
G = 27.06%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6ABD7 (or 0xF6ABD7) is known color: Lavender Pink. HEX triplet: F6, AB and D7. RGB value is (246,171,215). Sum of RGB (Red+Green+Blue) = 246+171+215=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABD7 is #095428. Grayscale: #C6C6C6. Windows color (decimal): -611369 or 14134262. OLE color: 14134262.

HSL color Cylindrical-coordinate representation of color #F6ABD7: hue angle of 324.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABD7 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 171 215 -
CMYK 0 0.30 0.13 0.04
HSL 324.8º 0.81% 0.82% -
HSV(B) 324.8º 0.3% 0.96% -
XYZ 64.83 53.62 71.22 -
YUV 198.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 246 171 215 0 0.30 0.13 0.04 324.8 0.81 0.82
Hex F6 AB D7 0 1E D 4 145 51 52
Octal 366 253 327 0 36 15 4 505 121 122
Binary 11110110 10101011 11010111 0 11110 1101 100 101000101 1010001 1010010

Color Harmonies of #F6ABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ABD7

Black with #F6ABD7

Text Example


Text Example

White with #F6ABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ABD7; }

 p { color: rgb(246,171,215); }

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

background-color css

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

 a { background-color: rgb(246,171,215); }

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

border-color css

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

 span { border-color: rgb(246,171,215); }

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