Html Css Color HEX #FFACD5 Lavender Pink

📋 copy color: '#FFACD5'

red 255 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #FFACD5

Tints of Lavender Pink #FFACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.28%

R = 39.84%
G = 26.88%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFACD5 (or 0xFFACD5) is known color: Lavender Pink. HEX triplet: FF, AC and D5. RGB value is (255,172,213). Sum of RGB (Red+Green+Blue) = 255+172+213=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD5 is #00532A. Grayscale: #C9C9C9. Windows color (decimal): -21291 or 14003455. OLE color: 14003455.

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

Color convert

RGB 255 172 213 -
CMYK 0 0.33 0.16 0
HSL 330.36º 1% 0.84% -
HSV(B) 330.36º 0.33% 1% -
XYZ 68 55.57 70.09 -
YUV 201.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 255 172 213 0 0.33 0.16 0 330.36 1 0.84
Hex FF AC D5 0 21 10 0 14A 64 54
Octal 377 254 325 0 41 20 0 512 144 124
Binary 11111111 10101100 11010101 0 100001 10000 0 101001010 1100100 1010100

Color Harmonies of #FFACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACD5

Black with #FFACD5

Text Example


Text Example

White with #FFACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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