Html Css Color HEX #FFA2D6 Lavender Pink

📋 copy color: '#FFA2D6'

red 255 ◦ green 162 ◦ blue 214

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

Shades of Lavender Pink #FFA2D6

Tints of Lavender Pink #FFA2D6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.67%

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

R = 40.41%
G = 25.67%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFA2D6 (or 0xFFA2D6) is known color: Lavender Pink. HEX triplet: FF, A2 and D6. RGB value is (255,162,214). Sum of RGB (Red+Green+Blue) = 255+162+214=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D6 is #005D29. Grayscale: #C3C3C3. Windows color (decimal): -23850 or 14066431. OLE color: 14066431.

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

Color convert

RGB 255 162 214 -
CMYK 0 0.36 0.16 0
HSL 326.45º 1% 0.82% -
HSV(B) 326.45º 0.36% 1% -
XYZ 66.3 51.96 70.15 -
YUV 195.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 255 162 214 0 0.36 0.16 0 326.45 1 0.82
Hex FF A2 D6 0 24 10 0 146 64 52
Octal 377 242 326 0 44 20 0 506 144 122
Binary 11111111 10100010 11010110 0 100100 10000 0 101000110 1100100 1010010

Color Harmonies of #FFA2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2D6

Black with #FFA2D6

Text Example


Text Example

White with #FFA2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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