Html Css Color HEX #FFABDC Lavender Pink

📋 copy color: '#FFABDC'

red 255 ◦ green 171 ◦ blue 220

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

Shades of Lavender Pink #FFABDC

Tints of Lavender Pink #FFABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.47%

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

R = 39.47%
G = 26.47%
B = 34.06%

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

#FFABDC (or 0xFFABDC) is known color: Lavender Pink. HEX triplet: FF, AB and DC. RGB value is (255,171,220). Sum of RGB (Red+Green+Blue) = 255+171+220=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABDC is #005423. Grayscale: #C9C9C9. Windows color (decimal): -21540 or 14461951. OLE color: 14461951.

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

Color convert

RGB 255 171 220 -
CMYK 0 0.33 0.14 0
HSL 325º 1% 0.84% -
HSV(B) 325º 0.33% 1% -
XYZ 68.72 55.55 74.81 -
YUV 201.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 255 171 220 0 0.33 0.14 0 325 1 0.84
Hex FF AB DC 0 21 E 0 145 64 54
Octal 377 253 334 0 41 16 0 505 144 124
Binary 11111111 10101011 11011100 0 100001 1110 0 101000101 1100100 1010100

Color Harmonies of #FFABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABDC

Black with #FFABDC

Text Example


Text Example

White with #FFABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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