Html Css Color HEX #FAABD2 Lavender Pink

📋 copy color: '#FAABD2'

red 250 ◦ green 171 ◦ blue 210

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

Shades of Lavender Pink #FAABD2

Tints of Lavender Pink #FAABD2

RGB

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

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

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

R = 39.62%
G = 27.1%
B = 33.28%

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

#FAABD2 (or 0xFAABD2) is known color: Lavender Pink. HEX triplet: FA, AB and D2. RGB value is (250,171,210). Sum of RGB (Red+Green+Blue) = 250+171+210=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD2 is #05542D. Grayscale: #C6C6C6. Windows color (decimal): -349230 or 13806586. OLE color: 13806586.

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

Color convert

RGB 250 171 210 -
CMYK 0 0.32 0.16 0.02
HSL 330.38º 0.89% 0.83% -
HSV(B) 330.38º 0.32% 0.98% -
XYZ 65.62 54.1 67.96 -
YUV 199.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 250 171 210 0 0.32 0.16 0.02 330.38 0.89 0.83
Hex FA AB D2 0 20 10 2 14A 59 53
Octal 372 253 322 0 40 20 2 512 131 123
Binary 11111010 10101011 11010010 0 100000 10000 10 101001010 1011001 1010011

Color Harmonies of #FAABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABD2

Black with #FAABD2

Text Example


Text Example

White with #FAABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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