Html Css Color HEX #FAA7D6 Lavender Pink

📋 copy color: '#FAA7D6'

red 250 ◦ green 167 ◦ blue 214

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

Shades of Lavender Pink #FAA7D6

Tints of Lavender Pink #FAA7D6

RGB

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

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

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

R = 39.62%
G = 26.47%
B = 33.91%

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

#FAA7D6 (or 0xFAA7D6) is known color: Lavender Pink. HEX triplet: FA, A7 and D6. RGB value is (250,167,214). Sum of RGB (Red+Green+Blue) = 250+167+214=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7D6 is #055829. Grayscale: #C5C5C5. Windows color (decimal): -350250 or 14067706. OLE color: 14067706.

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

Color convert

RGB 250 167 214 -
CMYK 0 0.33 0.14 0.02
HSL 326.02º 0.89% 0.82% -
HSV(B) 326.02º 0.33% 0.98% -
XYZ 65.38 52.82 70.37 -
YUV 197.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 250 167 214 0 0.33 0.14 0.02 326.02 0.89 0.82
Hex FA A7 D6 0 21 E 2 146 59 52
Octal 372 247 326 0 41 16 2 506 131 122
Binary 11111010 10100111 11010110 0 100001 1110 10 101000110 1011001 1010010

Color Harmonies of #FAA7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7D6

Black with #FAA7D6

Text Example


Text Example

White with #FAA7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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