Html Css Color HEX #FFACD2 Lavender Pink

📋 copy color: '#FFACD2'

red 255 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #FFACD2

Tints of Lavender Pink #FFACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27%

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

R = 40.03%
G = 27%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFACD2 (or 0xFFACD2) is known color: Lavender Pink. HEX triplet: FF, AC and D2. RGB value is (255,172,210). Sum of RGB (Red+Green+Blue) = 255+172+210=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD2 is #00532D. Grayscale: #C9C9C9. Windows color (decimal): -21294 or 13806847. OLE color: 13806847.

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

Color convert

RGB 255 172 210 -
CMYK 0 0.33 0.18 0
HSL 332.53º 1% 0.84% -
HSV(B) 332.53º 0.33% 1% -
XYZ 67.63 55.42 68.11 -
YUV 201.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 255 172 210 0 0.33 0.18 0 332.53 1 0.84
Hex FF AC D2 0 21 12 0 14D 64 54
Octal 377 254 322 0 41 22 0 515 144 124
Binary 11111111 10101100 11010010 0 100001 10010 0 101001101 1100100 1010100

Color Harmonies of #FFACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACD2

Black with #FFACD2

Text Example


Text Example

White with #FFACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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