Html Css Color HEX #FAABCD Lavender Pink

📋 copy color: '#FAABCD'

red 250 ◦ green 171 ◦ blue 205

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

Shades of Lavender Pink #FAABCD

Tints of Lavender Pink #FAABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 39.94%
G = 27.32%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAABCD (or 0xFAABCD) is known color: Lavender Pink. HEX triplet: FA, AB and CD. RGB value is (250,171,205). Sum of RGB (Red+Green+Blue) = 250+171+205=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABCD is #055432. Grayscale: #C6C6C6. Windows color (decimal): -349235 or 13478906. OLE color: 13478906.

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

Color convert

RGB 250 171 205 -
CMYK 0 0.32 0.18 0.02
HSL 334.18º 0.89% 0.83% -
HSV(B) 334.18º 0.32% 0.98% -
XYZ 65.01 53.86 64.73 -
YUV 198.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 250 171 205 0 0.32 0.18 0.02 334.18 0.89 0.83
Hex FA AB CD 0 20 12 2 14E 59 53
Octal 372 253 315 0 40 22 2 516 131 123
Binary 11111010 10101011 11001101 0 100000 10010 10 101001110 1011001 1010011

Color Harmonies of #FAABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABCD

Black with #FAABCD

Text Example


Text Example

White with #FAABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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