Html Css Color HEX #FAABD3 Lavender Pink

📋 copy color: '#FAABD3'

red 250 ◦ green 171 ◦ blue 211

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

Shades of Lavender Pink #FAABD3

Tints of Lavender Pink #FAABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.39%

R = 39.56%
G = 27.06%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAABD3 (or 0xFAABD3) is known color: Lavender Pink. HEX triplet: FA, AB and D3. RGB value is (250,171,211). Sum of RGB (Red+Green+Blue) = 250+171+211=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD3 is #05542C. Grayscale: #C7C7C7. Windows color (decimal): -349229 or 13872122. OLE color: 13872122.

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

Color convert

RGB 250 171 211 -
CMYK 0 0.32 0.16 0.02
HSL 329.62º 0.89% 0.83% -
HSV(B) 329.62º 0.32% 0.98% -
XYZ 65.75 54.15 68.62 -
YUV 199.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 250 171 211 0 0.32 0.16 0.02 329.62 0.89 0.83
Hex FA AB D3 0 20 10 2 14A 59 53
Octal 372 253 323 0 40 20 2 512 131 123
Binary 11111010 10101011 11010011 0 100000 10000 10 101001010 1011001 1010011

Color Harmonies of #FAABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABD3

Black with #FAABD3

Text Example


Text Example

White with #FAABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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