Html Css Color HEX #FFA1D4 Lavender Pink

📋 copy color: '#FFA1D4'

red 255 ◦ green 161 ◦ blue 212

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

Shades of Lavender Pink #FFA1D4

Tints of Lavender Pink #FFA1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.76%

R = 40.61%
G = 25.64%
B = 33.76%

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

#FFA1D4 (or 0xFFA1D4) is known color: Lavender Pink. HEX triplet: FF, A1 and D4. RGB value is (255,161,212). Sum of RGB (Red+Green+Blue) = 255+161+212=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D4 is #005E2B. Grayscale: #C2C2C2. Windows color (decimal): -24108 or 13935103. OLE color: 13935103.

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

Color convert

RGB 255 161 212 -
CMYK 0 0.37 0.17 0
HSL 327.45º 1% 0.82% -
HSV(B) 327.45º 0.37% 1% -
XYZ 65.87 51.5 68.76 -
YUV 194.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 255 161 212 0 0.37 0.17 0 327.45 1 0.82
Hex FF A1 D4 0 25 11 0 147 64 52
Octal 377 241 324 0 45 21 0 507 144 122
Binary 11111111 10100001 11010100 0 100101 10001 0 101000111 1100100 1010010

Color Harmonies of #FFA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1D4

Black with #FFA1D4

Text Example


Text Example

White with #FFA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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