Html Css Color HEX #FAA5D6 Lavender Pink

📋 copy color: '#FAA5D6'

red 250 ◦ green 165 ◦ blue 214

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

Shades of Lavender Pink #FAA5D6

Tints of Lavender Pink #FAA5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 39.75%
G = 26.23%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAA5D6 (or 0xFAA5D6) is known color: Lavender Pink. HEX triplet: FA, A5 and D6. RGB value is (250,165,214). Sum of RGB (Red+Green+Blue) = 250+165+214=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D6 is #055A29. Grayscale: #C3C3C3. Windows color (decimal): -350762 or 14067194. OLE color: 14067194.

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

Color convert

RGB 250 165 214 -
CMYK 0 0.34 0.14 0.02
HSL 325.41º 0.89% 0.81% -
HSV(B) 325.41º 0.34% 0.98% -
XYZ 65.02 52.09 70.25 -
YUV 196 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 250 165 214 0 0.34 0.14 0.02 325.41 0.89 0.81
Hex FA A5 D6 0 22 E 2 145 59 51
Octal 372 245 326 0 42 16 2 505 131 121
Binary 11111010 10100101 11010110 0 100010 1110 10 101000101 1011001 1010001

Color Harmonies of #FAA5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5D6

Black with #FAA5D6

Text Example


Text Example

White with #FAA5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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