Html Css Color HEX #FAACD2 Lavender Pink

📋 copy color: '#FAACD2'

red 250 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #FAACD2

Tints of Lavender Pink #FAACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.23%

R = 39.56%
G = 27.22%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAACD2 (or 0xFAACD2) is known color: Lavender Pink. HEX triplet: FA, AC and D2. RGB value is (250,172,210). Sum of RGB (Red+Green+Blue) = 250+172+210=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD2 is #05532D. Grayscale: #C7C7C7. Windows color (decimal): -348974 or 13806842. OLE color: 13806842.

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

Color convert

RGB 250 172 210 -
CMYK 0 0.31 0.16 0.02
HSL 330.77º 0.89% 0.83% -
HSV(B) 330.77º 0.31% 0.98% -
XYZ 65.81 54.48 68.02 -
YUV 199.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 250 172 210 0 0.31 0.16 0.02 330.77 0.89 0.83
Hex FA AC D2 0 1F 10 2 14B 59 53
Octal 372 254 322 0 37 20 2 513 131 123
Binary 11111010 10101100 11010010 0 11111 10000 10 101001011 1011001 1010011

Color Harmonies of #FAACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACD2

Black with #FAACD2

Text Example


Text Example

White with #FAACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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