Html Css Color HEX #FFA9D6 Lavender Pink

📋 copy color: '#FFA9D6'

red 255 ◦ green 169 ◦ blue 214

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

Shades of Lavender Pink #FFA9D6

Tints of Lavender Pink #FFA9D6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.49%

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 39.97%
G = 26.49%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFA9D6 (or 0xFFA9D6) is known color: Lavender Pink. HEX triplet: FF, A9 and D6. RGB value is (255,169,214). Sum of RGB (Red+Green+Blue) = 255+169+214=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9D6 is #005629. Grayscale: #C7C7C7. Windows color (decimal): -22058 or 14068223. OLE color: 14068223.

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

Color convert

RGB 255 169 214 -
CMYK 0 0.34 0.16 0
HSL 328.6º 1% 0.83% -
HSV(B) 328.6º 0.34% 1% -
XYZ 67.57 54.49 70.58 -
YUV 199.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 255 169 214 0 0.34 0.16 0 328.6 1 0.83
Hex FF A9 D6 0 22 10 0 149 64 53
Octal 377 251 326 0 42 20 0 511 144 123
Binary 11111111 10101001 11010110 0 100010 10000 0 101001001 1100100 1010011

Color Harmonies of #FFA9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9D6

Black with #FFA9D6

Text Example


Text Example

White with #FFA9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9D6; }

 p { color: rgb(255,169,214); }

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

background-color css

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

 a { background-color: rgb(255,169,214); }

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

border-color css

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

 span { border-color: rgb(255,169,214); }

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