Html Css Color HEX #FFACDD Lavender Pink

📋 copy color: '#FFACDD'

red 255 ◦ green 172 ◦ blue 221

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

Shades of Lavender Pink #FFACDD

Tints of Lavender Pink #FFACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.1%

R = 39.35%
G = 26.54%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFACDD (or 0xFFACDD) is known color: Lavender Pink. HEX triplet: FF, AC and DD. RGB value is (255,172,221). Sum of RGB (Red+Green+Blue) = 255+172+221=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDD is #005322. Grayscale: #CACACA. Windows color (decimal): -21283 or 14527743. OLE color: 14527743.

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

Color convert

RGB 255 172 221 -
CMYK 0 0.33 0.13 0
HSL 324.58º 1% 0.84% -
HSV(B) 324.58º 0.33% 1% -
XYZ 69.04 55.99 75.57 -
YUV 202.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 255 172 221 0 0.33 0.13 0 324.58 1 0.84
Hex FF AC DD 0 21 D 0 145 64 54
Octal 377 254 335 0 41 15 0 505 144 124
Binary 11111111 10101100 11011101 0 100001 1101 0 101000101 1100100 1010100

Color Harmonies of #FFACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACDD

Black with #FFACDD

Text Example


Text Example

White with #FFACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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