Html Css Color HEX #FAACD5 Lavender Pink

📋 copy color: '#FAACD5'

red 250 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #FAACD5

Tints of Lavender Pink #FAACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.54%

R = 39.37%
G = 27.09%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAACD5 (or 0xFAACD5) is known color: Lavender Pink. HEX triplet: FA, AC and D5. RGB value is (250,172,213). Sum of RGB (Red+Green+Blue) = 250+172+213=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD5 is #05532A. Grayscale: #C7C7C7. Windows color (decimal): -348971 or 14003450. OLE color: 14003450.

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

Color convert

RGB 250 172 213 -
CMYK 0 0.31 0.15 0.02
HSL 328.46º 0.89% 0.83% -
HSV(B) 328.46º 0.31% 0.98% -
XYZ 66.19 54.63 70.01 -
YUV 200 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 250 172 213 0 0.31 0.15 0.02 328.46 0.89 0.83
Hex FA AC D5 0 1F F 2 148 59 53
Octal 372 254 325 0 37 17 2 510 131 123
Binary 11111010 10101100 11010101 0 11111 1111 10 101001000 1011001 1010011

Color Harmonies of #FAACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACD5

Black with #FAACD5

Text Example


Text Example

White with #FAACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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