Html Css Color HEX #FFA6D9 Lavender Pink

📋 copy color: '#FFA6D9'

red 255 ◦ green 166 ◦ blue 217

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

Shades of Lavender Pink #FFA6D9

Tints of Lavender Pink #FFA6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.01%

R = 39.97%
G = 26.02%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFA6D9 (or 0xFFA6D9) is known color: Lavender Pink. HEX triplet: FF, A6 and D9. RGB value is (255,166,217). Sum of RGB (Red+Green+Blue) = 255+166+217=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D9 is #005926. Grayscale: #C6C6C6. Windows color (decimal): -22823 or 14264063. OLE color: 14264063.

HSL color Cylindrical-coordinate representation of color #FFA6D9: hue angle of 325.62º 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 #FFA6D9 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 217 -
CMYK 0 0.35 0.15 0
HSL 325.62º 1% 0.83% -
HSV(B) 325.62º 0.35% 1% -
XYZ 67.4 53.54 72.43 -
YUV 198.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 255 166 217 0 0.35 0.15 0 325.62 1 0.83
Hex FF A6 D9 0 23 F 0 146 64 53
Octal 377 246 331 0 43 17 0 506 144 123
Binary 11111111 10100110 11011001 0 100011 1111 0 101000110 1100100 1010011

Color Harmonies of #FFA6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6D9

Black with #FFA6D9

Text Example


Text Example

White with #FFA6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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