Html Css Color HEX #FAACD9 Lavender Pink

📋 copy color: '#FAACD9'

red 250 ◦ green 172 ◦ blue 217

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

Shades of Lavender Pink #FAACD9

Tints of Lavender Pink #FAACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.92%

 BLUE value IS 217 (85.16% from 255) = 33.96%

R = 39.12%
G = 26.92%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAACD9 (or 0xFAACD9) is known color: Lavender Pink. HEX triplet: FA, AC and D9. RGB value is (250,172,217). Sum of RGB (Red+Green+Blue) = 250+172+217=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD9 is #055326. Grayscale: #C8C8C8. Windows color (decimal): -348967 or 14265594. OLE color: 14265594.

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

Color convert

RGB 250 172 217 -
CMYK 0 0.31 0.13 0.02
HSL 325.38º 0.89% 0.83% -
HSV(B) 325.38º 0.31% 0.98% -
XYZ 66.7 54.84 72.72 -
YUV 200.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 250 172 217 0 0.31 0.13 0.02 325.38 0.89 0.83
Hex FA AC D9 0 1F D 2 145 59 53
Octal 372 254 331 0 37 15 2 505 131 123
Binary 11111010 10101100 11011001 0 11111 1101 10 101000101 1011001 1010011

Color Harmonies of #FAACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACD9

Black with #FAACD9

Text Example


Text Example

White with #FAACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACD9; }

 p { color: rgb(250,172,217); }

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

background-color css

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

 a { background-color: rgb(250,172,217); }

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

border-color css

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

 span { border-color: rgb(250,172,217); }

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