Html Css Color HEX #FFA2D4 Lavender Pink

📋 copy color: '#FFA2D4'

red 255 ◦ green 162 ◦ blue 212

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

Shades of Lavender Pink #FFA2D4

Tints of Lavender Pink #FFA2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.7%

R = 40.54%
G = 25.76%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFA2D4 (or 0xFFA2D4) is known color: Lavender Pink. HEX triplet: FF, A2 and D4. RGB value is (255,162,212). Sum of RGB (Red+Green+Blue) = 255+162+212=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D4 is #005D2B. Grayscale: #C3C3C3. Windows color (decimal): -23852 or 13935359. OLE color: 13935359.

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

Color convert

RGB 255 162 212 -
CMYK 0 0.36 0.17 0
HSL 327.74º 1% 0.82% -
HSV(B) 327.74º 0.36% 1% -
XYZ 66.04 51.85 68.82 -
YUV 195.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 255 162 212 0 0.36 0.17 0 327.74 1 0.82
Hex FF A2 D4 0 24 11 0 148 64 52
Octal 377 242 324 0 44 21 0 510 144 122
Binary 11111111 10100010 11010100 0 100100 10001 0 101001000 1100100 1010010

Color Harmonies of #FFA2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2D4

Black with #FFA2D4

Text Example


Text Example

White with #FFA2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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