Html Css Color HEX #FAA7D1 Lavender Pink

📋 copy color: '#FAA7D1'

red 250 ◦ green 167 ◦ blue 209

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

Shades of Lavender Pink #FAA7D1

Tints of Lavender Pink #FAA7D1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.68%

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

R = 39.94%
G = 26.68%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAA7D1 (or 0xFAA7D1) is known color: Lavender Pink. HEX triplet: FA, A7 and D1. RGB value is (250,167,209). Sum of RGB (Red+Green+Blue) = 250+167+209=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7D1 is #05582E. Grayscale: #C4C4C4. Windows color (decimal): -350255 or 13740026. OLE color: 13740026.

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

Color convert

RGB 250 167 209 -
CMYK 0 0.33 0.16 0.02
HSL 329.64º 0.89% 0.82% -
HSV(B) 329.64º 0.33% 0.98% -
XYZ 64.75 52.56 67.05 -
YUV 196.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 250 167 209 0 0.33 0.16 0.02 329.64 0.89 0.82
Hex FA A7 D1 0 21 10 2 14A 59 52
Octal 372 247 321 0 41 20 2 512 131 122
Binary 11111010 10100111 11010001 0 100001 10000 10 101001010 1011001 1010010

Color Harmonies of #FAA7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7D1

Black with #FAA7D1

Text Example


Text Example

White with #FAA7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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