Html Css Color HEX #FFA1D3 Lavender Pink

📋 copy color: '#FFA1D3'

red 255 ◦ green 161 ◦ blue 211

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

Shades of Lavender Pink #FFA1D3

Tints of Lavender Pink #FFA1D3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.68%

 BLUE value IS 211 (82.81% from 255) = 33.65%

R = 40.67%
G = 25.68%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFA1D3 (or 0xFFA1D3) is known color: Lavender Pink. HEX triplet: FF, A1 and D3. RGB value is (255,161,211). Sum of RGB (Red+Green+Blue) = 255+161+211=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D3 is #005E2C. Grayscale: #C2C2C2. Windows color (decimal): -24109 or 13869567. OLE color: 13869567.

HSL color Cylindrical-coordinate representation of color #FFA1D3: hue angle of 328.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1D3 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 211 -
CMYK 0 0.37 0.17 0
HSL 328.09º 1% 0.82% -
HSV(B) 328.09º 0.37% 1% -
XYZ 65.74 51.45 68.09 -
YUV 194.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 255 161 211 0 0.37 0.17 0 328.09 1 0.82
Hex FF A1 D3 0 25 11 0 148 64 52
Octal 377 241 323 0 45 21 0 510 144 122
Binary 11111111 10100001 11010011 0 100101 10001 0 101001000 1100100 1010010

Color Harmonies of #FFA1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1D3

Black with #FFA1D3

Text Example


Text Example

White with #FFA1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1D3; }

 p { color: rgb(255,161,211); }

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

background-color css

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

 a { background-color: rgb(255,161,211); }

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

border-color css

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

 span { border-color: rgb(255,161,211); }

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