Html Css Color HEX #FAABCF Lavender Pink

📋 copy color: '#FAABCF'

red 250 ◦ green 171 ◦ blue 207

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

Shades of Lavender Pink #FAABCF

Tints of Lavender Pink #FAABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 39.81%
G = 27.23%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAABCF (or 0xFAABCF) is known color: Lavender Pink. HEX triplet: FA, AB and CF. RGB value is (250,171,207). Sum of RGB (Red+Green+Blue) = 250+171+207=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABCF is #055430. Grayscale: #C6C6C6. Windows color (decimal): -349233 or 13609978. OLE color: 13609978.

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

Color convert

RGB 250 171 207 -
CMYK 0 0.32 0.17 0.02
HSL 332.66º 0.89% 0.83% -
HSV(B) 332.66º 0.32% 0.98% -
XYZ 65.25 53.95 66.01 -
YUV 198.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 250 171 207 0 0.32 0.17 0.02 332.66 0.89 0.83
Hex FA AB CF 0 20 11 2 14D 59 53
Octal 372 253 317 0 40 21 2 515 131 123
Binary 11111010 10101011 11001111 0 100000 10001 10 101001101 1011001 1010011

Color Harmonies of #FAABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABCF

Black with #FAABCF

Text Example


Text Example

White with #FAABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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