Html Css Color HEX #FFACDC Lavender Pink

📋 copy color: '#FFACDC'

red 255 ◦ green 172 ◦ blue 220

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

Shades of Lavender Pink #FFACDC

Tints of Lavender Pink #FFACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34%

R = 39.41%
G = 26.58%
B = 34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFACDC (or 0xFFACDC) is known color: Lavender Pink. HEX triplet: FF, AC and DC. RGB value is (255,172,220). Sum of RGB (Red+Green+Blue) = 255+172+220=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDC is #005323. Grayscale: #CACACA. Windows color (decimal): -21284 or 14462207. OLE color: 14462207.

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

Color convert

RGB 255 172 220 -
CMYK 0 0.33 0.14 0
HSL 325.3º 1% 0.84% -
HSV(B) 325.3º 0.33% 1% -
XYZ 68.91 55.93 74.87 -
YUV 202.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 255 172 220 0 0.33 0.14 0 325.3 1 0.84
Hex FF AC DC 0 21 E 0 145 64 54
Octal 377 254 334 0 41 16 0 505 144 124
Binary 11111111 10101100 11011100 0 100001 1110 0 101000101 1100100 1010100

Color Harmonies of #FFACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACDC

Black with #FFACDC

Text Example


Text Example

White with #FFACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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