Html Css Color HEX #FAABD9 Lavender Pink

📋 copy color: '#FAABD9'

red 250 ◦ green 171 ◦ blue 217

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

Shades of Lavender Pink #FAABD9

Tints of Lavender Pink #FAABD9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.8%

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

R = 39.18%
G = 26.8%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAABD9 (or 0xFAABD9) is known color: Lavender Pink. HEX triplet: FA, AB and D9. RGB value is (250,171,217). Sum of RGB (Red+Green+Blue) = 250+171+217=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD9 is #055426. Grayscale: #C7C7C7. Windows color (decimal): -349223 or 14265338. OLE color: 14265338.

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

Color convert

RGB 250 171 217 -
CMYK 0 0.32 0.13 0.02
HSL 325.06º 0.89% 0.83% -
HSV(B) 325.06º 0.32% 0.98% -
XYZ 66.51 54.46 72.65 -
YUV 199.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 250 171 217 0 0.32 0.13 0.02 325.06 0.89 0.83
Hex FA AB D9 0 20 D 2 145 59 53
Octal 372 253 331 0 40 15 2 505 131 123
Binary 11111010 10101011 11011001 0 100000 1101 10 101000101 1011001 1010011

Color Harmonies of #FAABD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABD9

Black with #FAABD9

Text Example


Text Example

White with #FAABD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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