Html Css Color HEX #FAA5D1 Lavender Pink

📋 copy color: '#FAA5D1'

red 250 ◦ green 165 ◦ blue 209

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

Shades of Lavender Pink #FAA5D1

Tints of Lavender Pink #FAA5D1

RGB

 RED value IS 250 (98.05% from 255) = 40.06%

 GREEN value IS 165 (64.84% from 255) = 26.44%

 BLUE value IS 209 (82.03% from 255) = 33.49%

R = 40.06%
G = 26.44%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAA5D1 (or 0xFAA5D1) is known color: Lavender Pink. HEX triplet: FA, A5 and D1. RGB value is (250,165,209). Sum of RGB (Red+Green+Blue) = 250+165+209=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D1 is #055A2E. Grayscale: #C3C3C3. Windows color (decimal): -350767 or 13739514. OLE color: 13739514.

HSL color Cylindrical-coordinate representation of color #FAA5D1: hue angle of 328.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5D1 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 209 -
CMYK 0 0.34 0.16 0.02
HSL 328.94º 0.89% 0.81% -
HSV(B) 328.94º 0.34% 0.98% -
XYZ 64.39 51.84 66.93 -
YUV 195.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 250 165 209 0 0.34 0.16 0.02 328.94 0.89 0.81
Hex FA A5 D1 0 22 10 2 149 59 51
Octal 372 245 321 0 42 20 2 511 131 121
Binary 11111010 10100101 11010001 0 100010 10000 10 101001001 1011001 1010001

Color Harmonies of #FAA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5D1

Black with #FAA5D1

Text Example


Text Example

White with #FAA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5D1; }

 p { color: rgb(250,165,209); }

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

background-color css

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

 a { background-color: rgb(250,165,209); }

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

border-color css

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

 span { border-color: rgb(250,165,209); }

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