Html Css Color HEX #FFA6D1 Lavender Pink

📋 copy color: '#FFA6D1'

red 255 ◦ green 166 ◦ blue 209

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

Shades of Lavender Pink #FFA6D1

Tints of Lavender Pink #FFA6D1

RGB

 RED value IS 255 (100% from 255) = 40.48%

 GREEN value IS 166 (65.23% from 255) = 26.35%

 BLUE value IS 209 (82.03% from 255) = 33.17%

R = 40.48%
G = 26.35%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA6D1 (or 0xFFA6D1) is known color: Lavender Pink. HEX triplet: FF, A6 and D1. RGB value is (255,166,209). Sum of RGB (Red+Green+Blue) = 255+166+209=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D1 is #00592E. Grayscale: #C5C5C5. Windows color (decimal): -22831 or 13739775. OLE color: 13739775.

HSL color Cylindrical-coordinate representation of color #FFA6D1: hue angle of 331.01º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6D1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 209 -
CMYK 0 0.35 0.18 0
HSL 331.01º 1% 0.83% -
HSV(B) 331.01º 0.35% 1% -
XYZ 66.38 53.14 67.08 -
YUV 197.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 255 166 209 0 0.35 0.18 0 331.01 1 0.83
Hex FF A6 D1 0 23 12 0 14B 64 53
Octal 377 246 321 0 43 22 0 513 144 123
Binary 11111111 10100110 11010001 0 100011 10010 0 101001011 1100100 1010011

Color Harmonies of #FFA6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6D1

Black with #FFA6D1

Text Example


Text Example

White with #FFA6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6D1; }

 p { color: rgb(255,166,209); }

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

background-color css

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

 a { background-color: rgb(255,166,209); }

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

border-color css

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

 span { border-color: rgb(255,166,209); }

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