Html Css Color HEX #FAA7D7 Lavender Pink

📋 copy color: '#FAA7D7'

red 250 ◦ green 167 ◦ blue 215

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

Shades of Lavender Pink #FAA7D7

Tints of Lavender Pink #FAA7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.02%

R = 39.56%
G = 26.42%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAA7D7 (or 0xFAA7D7) is known color: Lavender Pink. HEX triplet: FA, A7 and D7. RGB value is (250,167,215). Sum of RGB (Red+Green+Blue) = 250+167+215=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7D7 is #055828. Grayscale: #C5C5C5. Windows color (decimal): -350249 or 14133242. OLE color: 14133242.

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

Color convert

RGB 250 167 215 -
CMYK 0 0.33 0.14 0.02
HSL 325.3º 0.89% 0.82% -
HSV(B) 325.3º 0.33% 0.98% -
XYZ 65.51 52.87 71.04 -
YUV 197.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 250 167 215 0 0.33 0.14 0.02 325.3 0.89 0.82
Hex FA A7 D7 0 21 E 2 145 59 52
Octal 372 247 327 0 41 16 2 505 131 122
Binary 11111010 10100111 11010111 0 100001 1110 10 101000101 1011001 1010010

Color Harmonies of #FAA7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7D7

Black with #FAA7D7

Text Example


Text Example

White with #FAA7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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