Html Css Color HEX #FFACD7 Lavender Pink

📋 copy color: '#FFACD7'

red 255 ◦ green 172 ◦ blue 215

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

Shades of Lavender Pink #FFACD7

Tints of Lavender Pink #FFACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.49%

R = 39.72%
G = 26.79%
B = 33.49%

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

#FFACD7 (or 0xFFACD7) is known color: Lavender Pink. HEX triplet: FF, AC and D7. RGB value is (255,172,215). Sum of RGB (Red+Green+Blue) = 255+172+215=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD7 is #005328. Grayscale: #C9C9C9. Windows color (decimal): -21289 or 14134527. OLE color: 14134527.

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

Color convert

RGB 255 172 215 -
CMYK 0 0.33 0.16 0
HSL 328.92º 1% 0.84% -
HSV(B) 328.92º 0.33% 1% -
XYZ 68.26 55.67 71.44 -
YUV 201.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 255 172 215 0 0.33 0.16 0 328.92 1 0.84
Hex FF AC D7 0 21 10 0 149 64 54
Octal 377 254 327 0 41 20 0 511 144 124
Binary 11111111 10101100 11010111 0 100001 10000 0 101001001 1100100 1010100

Color Harmonies of #FFACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACD7

Black with #FFACD7

Text Example


Text Example

White with #FFACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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