Html Css Color HEX #FAA5D5 Lavender Pink

📋 copy color: '#FAA5D5'

red 250 ◦ green 165 ◦ blue 213

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

Shades of Lavender Pink #FAA5D5

Tints of Lavender Pink #FAA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.92%

R = 39.81%
G = 26.27%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAA5D5 (or 0xFAA5D5) is known color: Lavender Pink. HEX triplet: FA, A5 and D5. RGB value is (250,165,213). Sum of RGB (Red+Green+Blue) = 250+165+213=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D5 is #055A2A. Grayscale: #C3C3C3. Windows color (decimal): -350763 or 14001658. OLE color: 14001658.

HSL color Cylindrical-coordinate representation of color #FAA5D5: hue angle of 326.12º 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 #FAA5D5 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 213 -
CMYK 0 0.34 0.15 0.02
HSL 326.12º 0.89% 0.81% -
HSV(B) 326.12º 0.34% 0.98% -
XYZ 64.89 52.04 69.58 -
YUV 195.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 250 165 213 0 0.34 0.15 0.02 326.12 0.89 0.81
Hex FA A5 D5 0 22 F 2 146 59 51
Octal 372 245 325 0 42 17 2 506 131 121
Binary 11111010 10100101 11010101 0 100010 1111 10 101000110 1011001 1010001

Color Harmonies of #FAA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5D5

Black with #FAA5D5

Text Example


Text Example

White with #FAA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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