Html Css Color HEX #FFA2D2 Lavender Pink

📋 copy color: '#FFA2D2'

red 255 ◦ green 162 ◦ blue 210

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

Shades of Lavender Pink #FFA2D2

Tints of Lavender Pink #FFA2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.49%

R = 40.67%
G = 25.84%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA2D2 (or 0xFFA2D2) is known color: Lavender Pink. HEX triplet: FF, A2 and D2. RGB value is (255,162,210). Sum of RGB (Red+Green+Blue) = 255+162+210=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D2 is #005D2D. Grayscale: #C3C3C3. Windows color (decimal): -23854 or 13804287. OLE color: 13804287.

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

Color convert

RGB 255 162 210 -
CMYK 0 0.36 0.18 0
HSL 329.03º 1% 0.82% -
HSV(B) 329.03º 0.36% 1% -
XYZ 65.79 51.75 67.49 -
YUV 195.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 255 162 210 0 0.36 0.18 0 329.03 1 0.82
Hex FF A2 D2 0 24 12 0 149 64 52
Octal 377 242 322 0 44 22 0 511 144 122
Binary 11111111 10100010 11010010 0 100100 10010 0 101001001 1100100 1010010

Color Harmonies of #FFA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2D2

Black with #FFA2D2

Text Example


Text Example

White with #FFA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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