Html Css Color HEX #FFA9D0 Lavender Pink

📋 copy color: '#FFA9D0'

red 255 ◦ green 169 ◦ blue 208

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

Shades of Lavender Pink #FFA9D0

Tints of Lavender Pink #FFA9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.91%

R = 40.35%
G = 26.74%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA9D0 (or 0xFFA9D0) is known color: Lavender Pink. HEX triplet: FF, A9 and D0. RGB value is (255,169,208). Sum of RGB (Red+Green+Blue) = 255+169+208=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9D0 is #00562F. Grayscale: #C7C7C7. Windows color (decimal): -22064 or 13675007. OLE color: 13675007.

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

Color convert

RGB 255 169 208 -
CMYK 0 0.34 0.18 0
HSL 332.79º 1% 0.83% -
HSV(B) 332.79º 0.34% 1% -
XYZ 66.81 54.19 66.61 -
YUV 199.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 255 169 208 0 0.34 0.18 0 332.79 1 0.83
Hex FF A9 D0 0 22 12 0 14D 64 53
Octal 377 251 320 0 42 22 0 515 144 123
Binary 11111111 10101001 11010000 0 100010 10010 0 101001101 1100100 1010011

Color Harmonies of #FFA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9D0

Black with #FFA9D0

Text Example


Text Example

White with #FFA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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